GET /api/bet_types/9d276b5e-526f-4b75-b533-264fdb222864/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d276b5e-526f-4b75-b533-264fdb222864",
    "match": "https://api-prod.gambitprofit.com/api/matches/676279b2-1066-4fdc-8a95-5316979d3ff4/?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 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "149d9354-a138-4986-92c3-09aa4440f9e7",
            "gambit_id": "49a7343e-c3b0-4a18-8d71-739fa54c516e",
            "last_updated": "2022-10-24T10:17:10.310196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d276b5e-526f-4b75-b533-264fdb222864/?format=api"
        },
        {
            "id": "60a5ee5e-52da-4aa8-8c3e-f5b5adc6b1ff",
            "gambit_id": "b646ef67-4bf1-49e8-8247-2b6825074cd9",
            "last_updated": "2022-10-24T10:17:10.309171-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d276b5e-526f-4b75-b533-264fdb222864/?format=api"
        }
    ]
}