GET /api/bet_types/28679dd5-df11-4903-b41d-0f2afd822468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28679dd5-df11-4903-b41d-0f2afd822468",
    "match": "https://api-prod.gambitprofit.com/api/matches/539173f8-2918-451f-bd9f-d674cf97faed/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:15.251539-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "073c4e59-9049-4dd4-b120-ca33459b00f1",
            "gambit_id": "cc8cb24c-e83b-4da3-a5e3-2d19132f78fb",
            "last_updated": "2022-12-28T21:37:14.984234-05:00",
            "created_at": "2022-12-27T08:57:15.254041-05:00",
            "name": "Game Total Over 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28679dd5-df11-4903-b41d-0f2afd822468/?format=api"
        },
        {
            "id": "023a1670-0295-4791-991a-660ff74360e6",
            "gambit_id": "4692804e-4bdf-4581-8ced-69c511bc758b",
            "last_updated": "2022-12-28T21:37:14.983072-05:00",
            "created_at": "2022-12-27T08:57:15.252776-05:00",
            "name": "Game Total Under 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28679dd5-df11-4903-b41d-0f2afd822468/?format=api"
        }
    ]
}