GET /api/bet_types/909d9c85-9648-430e-8bf7-fce612626127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "909d9c85-9648-430e-8bf7-fce612626127",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3f2f3b9-1724-4d95-9656-3072b863287c/?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": "North Carolina",
                "amount": 5000.0
            },
            {
                "team": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "bffc3048-26d5-43c6-98f8-544818f5ae62",
            "gambit_id": "fd7ba219-7060-4983-b1a0-2b64bcdb882e",
            "last_updated": "2022-09-11T11:07:06.447899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/909d9c85-9648-430e-8bf7-fce612626127/?format=api"
        },
        {
            "id": "b9ee37f7-2ff2-4411-bc38-63b6ac496a56",
            "gambit_id": "26373a16-b7ae-4504-ba25-672f997634d3",
            "last_updated": "2022-09-11T11:07:06.446922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/909d9c85-9648-430e-8bf7-fce612626127/?format=api"
        }
    ]
}