GET /api/bet_types/32e0c57b-3432-4b6d-b1e6-bf2e43585cd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32e0c57b-3432-4b6d-b1e6-bf2e43585cd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/816af749-f025-4a91-a69c-3dbc7469b250/?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": "Washington Commanders",
                "amount": 5097.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "83404bb8-1399-4f80-94b1-2521d8f1c37d",
            "gambit_id": "25bfd064-fa3a-4697-82ac-316394c2b17c",
            "last_updated": "2022-09-26T10:21:56.920720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e0c57b-3432-4b6d-b1e6-bf2e43585cd5/?format=api"
        },
        {
            "id": "b1b87add-43ed-4a33-ae2a-6c22570ddff3",
            "gambit_id": "592a9914-0cf7-4768-b444-c3ccb2ff86ce",
            "last_updated": "2022-09-26T10:21:56.921679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e0c57b-3432-4b6d-b1e6-bf2e43585cd5/?format=api"
        }
    ]
}