GET /api/bet_types/b2f55e1f-ad6d-4e3a-a532-0bed8cd986c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2f55e1f-ad6d-4e3a-a532-0bed8cd986c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ab09631-c02d-4a05-b75f-0704cfb90e55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:51:59.549790-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": "Total Rounds Under 1.5",
                "amount": 5191.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4809.0
            }
        ],
        "expected_reward_tokens": 9136.16,
        "profit_sb": -363.84,
        "profit_sb_percentage": -3.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "a386d7ce-0b9b-4b8d-a86a-13a444dcee18",
            "gambit_id": "82dde7d6-652b-4d13-b18a-34838c963b7d",
            "last_updated": "2023-02-06T08:51:54.398667-05:00",
            "created_at": "2023-02-04T09:51:59.551397-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2f55e1f-ad6d-4e3a-a532-0bed8cd986c5/?format=api"
        },
        {
            "id": "08dfc668-c2d4-4108-a691-a44771d19781",
            "gambit_id": "57e637f9-a2c6-4688-b98d-b92d94373e58",
            "last_updated": "2023-02-06T08:51:54.399953-05:00",
            "created_at": "2023-02-04T09:51:59.553107-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2f55e1f-ad6d-4e3a-a532-0bed8cd986c5/?format=api"
        }
    ]
}