GET /api/bet_types/1e8d8c2f-efdc-4c0b-9b91-49a893e3d055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e8d8c2f-efdc-4c0b-9b91-49a893e3d055",
    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?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": "Syracuse",
                "amount": 5106.0
            },
            {
                "team": "Notre Dame",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "3738b63c-579c-48ca-930a-3e20dcf7d2b1",
            "gambit_id": "940e673a-f50e-4923-aeea-4e6e203c39a5",
            "last_updated": "2022-10-31T10:47:26.293426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8d8c2f-efdc-4c0b-9b91-49a893e3d055/?format=api"
        },
        {
            "id": "4ff729a9-485c-423f-bb16-46a932161231",
            "gambit_id": "fd5baf28-2fbd-48c4-8c8e-44a6bfe217bf",
            "last_updated": "2022-10-31T10:47:26.294395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8d8c2f-efdc-4c0b-9b91-49a893e3d055/?format=api"
        }
    ]
}