GET /api/bet_types/535028cd-8a99-4c7f-8ec4-c8a3de5c4194/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "535028cd-8a99-4c7f-8ec4-c8a3de5c4194",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ceab4-c7c2-49e4-9465-d1a9a8a48123/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:38:00.607044-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": "Game Total Under 245",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 245",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "831aa6ce-ff1a-44b1-a958-0b039b7bce77",
            "gambit_id": "86b69f2a-79be-4eb0-b2e0-afba0a773ae2",
            "last_updated": "2023-12-12T21:53:22.849887-05:00",
            "created_at": "2023-12-11T09:38:00.616682-05:00",
            "name": "Game Total Under 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535028cd-8a99-4c7f-8ec4-c8a3de5c4194/?format=api"
        },
        {
            "id": "308b7c86-746f-43af-85f8-fa2f104851c6",
            "gambit_id": "06187b39-14c8-4b79-b2eb-cc70bed3bf7a",
            "last_updated": "2023-12-12T21:53:22.846489-05:00",
            "created_at": "2023-12-11T09:38:00.611139-05:00",
            "name": "Game Total Over 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535028cd-8a99-4c7f-8ec4-c8a3de5c4194/?format=api"
        }
    ]
}