GET /api/bet_types/2424f9c6-8179-47ef-882c-6e285d35dfc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2424f9c6-8179-47ef-882c-6e285d35dfc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/76c4ee3b-dd81-4564-a738-030c01a15ba5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:14.290403-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "060d8866-efba-4217-a085-44ea08b0dfb7",
            "gambit_id": "a1087736-13f2-4d50-aac5-9c7f1806bc84",
            "last_updated": "2023-04-08T20:52:05.470629-04:00",
            "created_at": "2023-04-07T09:27:14.292334-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2424f9c6-8179-47ef-882c-6e285d35dfc0/?format=api"
        },
        {
            "id": "ab7a51a4-3d83-4607-a66c-a6a1a7691c35",
            "gambit_id": "99a71978-afc4-45b5-aed6-606213c941b1",
            "last_updated": "2023-04-08T20:52:05.472490-04:00",
            "created_at": "2023-04-07T09:27:14.294213-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2424f9c6-8179-47ef-882c-6e285d35dfc0/?format=api"
        }
    ]
}