GET /api/bet_types/70edb8da-f0a4-43ab-8902-6b51576e9f28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70edb8da-f0a4-43ab-8902-6b51576e9f28",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d27eb70-0c6b-41c3-a051-4b3be47e167a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:04.913127-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": "Game Total Over 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b00726d1-d5dc-48b7-9a8e-64512b195fae",
            "gambit_id": "d0c421b0-358b-4b69-b16b-1008d8e1f878",
            "last_updated": "2023-11-03T11:53:26.728404-04:00",
            "created_at": "2023-11-02T09:03:04.919136-04:00",
            "name": "Game Total Over 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70edb8da-f0a4-43ab-8902-6b51576e9f28/?format=api"
        },
        {
            "id": "2c60a4c7-7b3b-4ac3-b2eb-5c01d38e182c",
            "gambit_id": "c94b264e-8e3d-4efe-8cf5-280bbedbc044",
            "last_updated": "2023-11-03T11:53:26.731954-04:00",
            "created_at": "2023-11-02T09:03:04.923536-04:00",
            "name": "Game Total Under 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70edb8da-f0a4-43ab-8902-6b51576e9f28/?format=api"
        }
    ]
}