GET /api/bet_types/0e2073ae-9405-46ac-94b2-80ff3a7ba4ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e2073ae-9405-46ac-94b2-80ff3a7ba4ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/10139504-aefe-4deb-a286-dedee85ef6c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:27:02.676451-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": "STL",
                "amount": 5939.0
            },
            {
                "team": "LOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7fc517e-a361-478e-b53d-0d415788aeb3",
            "gambit_id": "ebf5f9ee-8fe4-4c91-880f-b58d8b7668fa",
            "last_updated": "2023-04-30T15:27:07.096555-04:00",
            "created_at": "2023-04-29T16:27:02.679728-04:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2073ae-9405-46ac-94b2-80ff3a7ba4ac/?format=api"
        },
        {
            "id": "36ee00cb-1da5-4ed4-934a-f458d417b533",
            "gambit_id": "d79de257-f2a6-4138-83f3-c3f664763021",
            "last_updated": "2023-04-30T15:27:07.095036-04:00",
            "created_at": "2023-04-29T16:27:02.678041-04:00",
            "name": "LOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2073ae-9405-46ac-94b2-80ff3a7ba4ac/?format=api"
        }
    ]
}