GET /api/bet_types/309adeff-b563-46d4-a181-772afb09abb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "309adeff-b563-46d4-a181-772afb09abb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bad2638-39a6-40d4-b698-ba996b017ecb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T11:27:57.851554-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 8",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2aff4fa-55e1-4022-b3f5-99a2552892c8",
            "gambit_id": "db9252e2-eff7-4b90-b713-6de994331ff4",
            "last_updated": "2023-08-25T10:18:08.496209-04:00",
            "created_at": "2023-08-23T11:27:57.855327-04:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309adeff-b563-46d4-a181-772afb09abb2/?format=api"
        },
        {
            "id": "7af4d1f0-cf7e-4f6e-a532-1d88d00b9c32",
            "gambit_id": "43b54d91-0ed1-4aea-86cc-392618d741ae",
            "last_updated": "2023-08-25T10:18:08.499832-04:00",
            "created_at": "2023-08-23T11:27:57.860161-04:00",
            "name": "Game Total Under 8",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309adeff-b563-46d4-a181-772afb09abb2/?format=api"
        }
    ]
}