GET /api/bet_types/0991f379-40f5-486c-a711-068e31005f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0991f379-40f5-486c-a711-068e31005f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/35abf172-c140-4a99-9c45-6b7e7ac648e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-18T09:08:18.312016-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": "NYM",
                "amount": 5773.0
            },
            {
                "team": "MIA",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "732fc92f-3b97-4a4f-b3c7-b4c55dd25006",
            "gambit_id": "85fb22db-7c0a-4b94-9de7-bdeaec32360e",
            "last_updated": "2023-09-20T09:23:07.016838-04:00",
            "created_at": "2023-09-18T09:08:18.326584-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0991f379-40f5-486c-a711-068e31005f22/?format=api"
        },
        {
            "id": "b60900ae-4a12-4422-90f1-e4c324d6f6a5",
            "gambit_id": "369fb590-9016-4c19-a45b-574687607d0b",
            "last_updated": "2023-09-20T09:23:07.020199-04:00",
            "created_at": "2023-09-18T09:08:18.333861-04:00",
            "name": "MIA",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0991f379-40f5-486c-a711-068e31005f22/?format=api"
        }
    ]
}