GET /api/bet_types/c5d8a434-55b7-4382-a0d4-84875bf61490/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5d8a434-55b7-4382-a0d4-84875bf61490",
    "match": "https://api-prod.gambitprofit.com/api/matches/e474d960-56b1-4b38-b1fe-d6c98bb37fa2/?format=api",
    "name": "Pick the Winner",
    "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": "Pittsburgh",
                "amount": 7406.0
            },
            {
                "team": "Western Michigan",
                "amount": 2594.0
            }
        ],
        "expected_reward_tokens": 9182.76,
        "profit_sb": 182.76,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "885a9651-1834-4f11-a439-5e82179de98f",
            "gambit_id": "07810dc8-a151-4123-ade8-2327a9f2958e",
            "last_updated": "2022-09-18T09:37:42.664448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d8a434-55b7-4382-a0d4-84875bf61490/?format=api"
        },
        {
            "id": "c1c61599-d610-4304-a671-ad1db40ef7f7",
            "gambit_id": "7337d2b0-b3f7-4687-9f99-476b2d501b56",
            "last_updated": "2022-09-18T09:37:42.663458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d8a434-55b7-4382-a0d4-84875bf61490/?format=api"
        }
    ]
}