GET /api/bet_types/600d7e91-0cf4-4a0e-b8dc-81017a7ad582/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "600d7e91-0cf4-4a0e-b8dc-81017a7ad582",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2fdd200-ec6b-455d-843c-50d1b2482adb/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "21c9152d-2893-4f46-bc3c-facc3a086186",
            "gambit_id": "b1d4e9c7-74db-4326-b47d-d0253bfbab27",
            "last_updated": "2022-09-11T10:42:23.788300-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/600d7e91-0cf4-4a0e-b8dc-81017a7ad582/?format=api"
        },
        {
            "id": "f0085d05-8a03-413a-86da-a0e3bbaf1833",
            "gambit_id": "f09a972e-b893-47e3-9733-f87123955fb7",
            "last_updated": "2022-09-11T10:42:23.789274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/600d7e91-0cf4-4a0e-b8dc-81017a7ad582/?format=api"
        }
    ]
}