GET /api/bet_types/d8c6b4a9-2c6a-4f19-9ec2-11efbbfe9afa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c6b4a9-2c6a-4f19-9ec2-11efbbfe9afa",
    "match": "https://api-prod.gambitprofit.com/api/matches/14eeaeeb-04b4-429f-be31-a71f976b5075/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 2.5",
                "amount": 6373.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 8922.2,
        "profit_sb": -77.8,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "e437495a-add7-441b-820f-412bd12f2407",
            "gambit_id": "146cb9aa-1e35-4a06-9d33-19364de87172",
            "last_updated": "2022-08-07T14:52:19.433995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c6b4a9-2c6a-4f19-9ec2-11efbbfe9afa/?format=api"
        },
        {
            "id": "01b6a0a0-502f-4e82-b776-c98dc8f15605",
            "gambit_id": "26ff7a18-6001-4600-ac21-40e0d7040eb9",
            "last_updated": "2022-08-07T14:52:19.433380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c6b4a9-2c6a-4f19-9ec2-11efbbfe9afa/?format=api"
        }
    ]
}