GET /api/bet_types/1b9c1e0e-7522-4a35-a408-9823a11f1a7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b9c1e0e-7522-4a35-a408-9823a11f1a7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa06b7f9-f4d2-4c43-892b-0ad92fd267a4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:23.541530-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": "BOS",
                "amount": 6554.0
            },
            {
                "team": "SEA",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "795e5fa4-2f7d-4855-aa8a-80183d22e07f",
            "gambit_id": "1886d909-8fc2-409b-a8e9-c1744bbb59b7",
            "last_updated": "2023-08-02T19:02:58.473966-04:00",
            "created_at": "2023-08-01T09:03:23.545302-04:00",
            "name": "BOS",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b9c1e0e-7522-4a35-a408-9823a11f1a7d/?format=api"
        },
        {
            "id": "0927c614-7119-40ed-9bae-f142297d0fdf",
            "gambit_id": "9c52b98a-f211-44c8-b394-5f647b59344f",
            "last_updated": "2023-08-02T19:02:58.477878-04:00",
            "created_at": "2023-08-01T09:03:23.549630-04:00",
            "name": "SEA",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b9c1e0e-7522-4a35-a408-9823a11f1a7d/?format=api"
        }
    ]
}