GET /api/bet_types/9da341bf-c95c-4da2-afe6-99c3f47b5cd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9da341bf-c95c-4da2-afe6-99c3f47b5cd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/629b048c-00e5-4269-9bc1-80c42d3b1301/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T11:38:09.879458-04: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": "BOS",
                "amount": 6020.0
            },
            {
                "team": "CLE",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "29bba432-9a8b-4cfa-abdf-b8f0b6d582d7",
            "gambit_id": "2b445c45-02cc-41b5-b73f-fec2dcedc6e7",
            "last_updated": "2023-06-10T13:43:13.070859-04:00",
            "created_at": "2023-06-08T11:38:09.881180-04:00",
            "name": "BOS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da341bf-c95c-4da2-afe6-99c3f47b5cd0/?format=api"
        },
        {
            "id": "7c33bc65-6449-4ac3-9c08-47b959e4a304",
            "gambit_id": "05c1b049-b73b-4129-aa04-c7cd934a70f9",
            "last_updated": "2023-06-10T13:43:13.073231-04:00",
            "created_at": "2023-06-08T11:38:09.882987-04:00",
            "name": "CLE",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da341bf-c95c-4da2-afe6-99c3f47b5cd0/?format=api"
        }
    ]
}