GET /api/bet_types/2cf6e578-529d-4c77-ae99-54f5942cd8b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cf6e578-529d-4c77-ae99-54f5942cd8b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9851220d-0d10-4cad-9bc8-da0f25809d07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:42:13.937440-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 Over 1.5",
                "amount": 5401.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4599.0
            }
        ],
        "expected_reward_tokens": 9289.72,
        "profit_sb": -210.28,
        "profit_sb_percentage": -2.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "62a147d2-6aee-41c6-acdd-33154f5c8947",
            "gambit_id": "db7e61ec-f3f9-430c-bae9-2084e5fbced3",
            "last_updated": "2023-02-19T16:32:15.713386-05:00",
            "created_at": "2023-02-18T09:42:13.940453-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf6e578-529d-4c77-ae99-54f5942cd8b4/?format=api"
        },
        {
            "id": "c75043ac-7bf6-41ca-812c-d34c66d6133f",
            "gambit_id": "d3e19dd4-d850-4594-9a1d-6905e28389e3",
            "last_updated": "2023-02-19T16:32:15.712154-05:00",
            "created_at": "2023-02-18T09:42:13.938986-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf6e578-529d-4c77-ae99-54f5942cd8b4/?format=api"
        }
    ]
}