GET /api/bet_types/b2797615-9644-4720-9d67-dd0bca5dca2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2797615-9644-4720-9d67-dd0bca5dca2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0e8e21-4a7a-43de-afd7-d3dae96193fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:12.067290-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1aac7d98-2a1d-446e-a645-742c831f07ae",
            "gambit_id": "885ae991-c853-47b2-b999-03424e6a12c7",
            "last_updated": "2024-01-22T12:03:21.204105-05:00",
            "created_at": "2024-01-19T09:33:12.071916-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2797615-9644-4720-9d67-dd0bca5dca2e/?format=api"
        },
        {
            "id": "1e38a8d1-b997-4707-9383-d1dd92dab8f4",
            "gambit_id": "8ac68013-3399-4d8e-8583-414ec46ffb0d",
            "last_updated": "2024-01-22T12:03:21.207862-05:00",
            "created_at": "2024-01-19T09:33:12.076618-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2797615-9644-4720-9d67-dd0bca5dca2e/?format=api"
        }
    ]
}