GET /api/bet_types/67e1180a-8c91-4af7-81bd-83527424bec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67e1180a-8c91-4af7-81bd-83527424bec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba7ee00-b1fd-4886-9b08-44abae5a0d59/?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": "Kent State",
                "amount": 5097.0
            },
            {
                "team": "Bowling Green",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1c3ee43-0f48-43dc-ba2b-04b93b059f97",
            "gambit_id": "347f0b0b-6d6f-4e6e-9958-31878b276533",
            "last_updated": "2022-11-10T09:32:35.808925-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e1180a-8c91-4af7-81bd-83527424bec5/?format=api"
        },
        {
            "id": "f2752d8f-caf4-4f7c-8907-e7407ced98b4",
            "gambit_id": "7ee73399-eb9a-4d2e-b265-0b77f23fe502",
            "last_updated": "2022-11-10T09:32:35.807946-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e1180a-8c91-4af7-81bd-83527424bec5/?format=api"
        }
    ]
}