GET /api/bet_types/2d9abee8-0331-4789-ac07-08760f7ea9bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d9abee8-0331-4789-ac07-08760f7ea9bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69eee3f-8f57-4e53-8bcf-c05be1296a2b/?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": "New Mexico",
                "amount": 5000.0
            },
            {
                "team": "LSU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "024793c9-a51c-4802-a963-d513c3db560d",
            "gambit_id": "834c1c56-b0be-4e3d-9f40-524ec80327a7",
            "last_updated": "2022-09-25T21:27:23.755304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9abee8-0331-4789-ac07-08760f7ea9bd/?format=api"
        },
        {
            "id": "097d72e0-f8cd-4bee-a485-1946d79b3a83",
            "gambit_id": "7f585572-216e-46bb-80ba-3d6bc188b1a8",
            "last_updated": "2022-09-25T21:27:23.754120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9abee8-0331-4789-ac07-08760f7ea9bd/?format=api"
        }
    ]
}