GET /api/bet_types/361e0c94-e8c1-4dd7-8df4-1204597881e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "361e0c94-e8c1-4dd7-8df4-1204597881e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/596205ba-5512-493e-a195-a7802c5053ce/?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 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "df775aed-a2d3-4be0-8f44-f656b6184cad",
            "gambit_id": "4835f0e9-61cc-401d-8a0e-3a089961e2cc",
            "last_updated": "2022-09-11T10:02:06.842921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/361e0c94-e8c1-4dd7-8df4-1204597881e0/?format=api"
        },
        {
            "id": "e3dbc76a-b695-4622-b7ac-45e32358d6cc",
            "gambit_id": "5b66e73c-01fb-4e57-b40a-7ba0568fd14d",
            "last_updated": "2022-09-11T10:02:06.841821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/361e0c94-e8c1-4dd7-8df4-1204597881e0/?format=api"
        }
    ]
}