GET /api/bet_types/d7c5fba8-9f66-40a1-92a0-4001a9922a86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7c5fba8-9f66-40a1-92a0-4001a9922a86",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6bab9e6-27d7-49b1-8371-abf51a6078fa/?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": 6101.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 8967.7,
        "profit_sb": -32.3,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cfde1cc-f327-49b6-8bd8-4cbc47bd7fcd",
            "gambit_id": "f42c050d-f5da-4bc3-ac5c-b5116ca2942f",
            "last_updated": "2022-09-05T17:11:58.398650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.47000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7c5fba8-9f66-40a1-92a0-4001a9922a86/?format=api"
        },
        {
            "id": "75822969-5392-4a6e-b396-48db4f0c1de8",
            "gambit_id": "2805cc01-65f2-435f-acf3-f935d9805f8c",
            "last_updated": "2022-09-05T17:11:58.397611-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7c5fba8-9f66-40a1-92a0-4001a9922a86/?format=api"
        }
    ]
}