GET /api/bet_types/2697f945-3732-4c33-b44e-ec59e338272f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2697f945-3732-4c33-b44e-ec59e338272f",
    "match": "https://api-prod.gambitprofit.com/api/matches/769ae43b-251c-466d-9e79-b7e101d93885/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:08.767835-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": "TOR",
                "amount": 6154.0
            },
            {
                "team": "LOS",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "114db569-5917-402b-b5b0-e2fab92d5e09",
            "gambit_id": "d122cac1-f7f3-42d5-be83-6a90b57422a9",
            "last_updated": "2023-07-26T10:33:07.629197-04:00",
            "created_at": "2023-07-25T12:38:08.775420-04:00",
            "name": "TOR",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2697f945-3732-4c33-b44e-ec59e338272f/?format=api"
        },
        {
            "id": "7061d9f1-914a-4788-8656-a4aa0b3b68c8",
            "gambit_id": "5cedc753-9160-4ad6-8af3-ab4becb8b8ae",
            "last_updated": "2023-07-26T10:33:07.632499-04:00",
            "created_at": "2023-07-25T12:38:08.779683-04:00",
            "name": "LOS",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2697f945-3732-4c33-b44e-ec59e338272f/?format=api"
        }
    ]
}