GET /api/bet_types/ab3cd57d-e355-4e5e-8dda-8b30898872f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab3cd57d-e355-4e5e-8dda-8b30898872f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9108f0a3-2608-4a9c-aa11-04c4a0e68390/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:27.010681-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": "NYY",
                "amount": 5773.0
            },
            {
                "team": "COL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9c3255c-7d56-44b2-95dd-ae013632eb11",
            "gambit_id": "206528a8-509b-46cd-83da-0b4c05032461",
            "last_updated": "2023-07-18T09:03:20.944762-04:00",
            "created_at": "2023-07-16T09:08:27.012014-04:00",
            "name": "NYY",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3cd57d-e355-4e5e-8dda-8b30898872f9/?format=api"
        },
        {
            "id": "5103ff4d-4acd-4db3-91c5-8d2f9777ab20",
            "gambit_id": "6c31ba68-5b40-48ef-86a4-14fcc81a9e05",
            "last_updated": "2023-07-18T09:03:20.946861-04:00",
            "created_at": "2023-07-16T09:08:27.013412-04:00",
            "name": "COL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3cd57d-e355-4e5e-8dda-8b30898872f9/?format=api"
        }
    ]
}