GET /api/bet_types/bf35daa4-bbab-473c-88af-331d1750f12c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf35daa4-bbab-473c-88af-331d1750f12c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d87cdd7b-8908-46a7-884c-5c52d378d17d/?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 11",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "30ad4b7a-1cfc-4f2f-87b5-7842b725f24f",
            "gambit_id": "00876b3b-8890-43e1-8a1b-37a11666d4cd",
            "last_updated": "2022-08-10T10:06:55.908940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf35daa4-bbab-473c-88af-331d1750f12c/?format=api"
        },
        {
            "id": "ad70c4ae-8476-4f81-a40a-04e43ce83075",
            "gambit_id": "331d537f-59aa-45fc-b7f1-31b24f778ab0",
            "last_updated": "2022-08-10T10:06:55.908420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf35daa4-bbab-473c-88af-331d1750f12c/?format=api"
        }
    ]
}