GET /api/bet_types/7482185c-9d8a-4f05-80f3-9ddc1b218fc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7482185c-9d8a-4f05-80f3-9ddc1b218fc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9e9f0e2-48ea-422d-9db4-d357a0f89115/?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": 5207.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "cd29ed0b-9648-4238-ae54-41b356098d59",
            "gambit_id": "28090031-3e33-4123-abfb-1ad1bdaebaf2",
            "last_updated": "2022-09-11T18:32:18.716520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7482185c-9d8a-4f05-80f3-9ddc1b218fc2/?format=api"
        },
        {
            "id": "367a9a6a-0f88-4b1a-9a9b-26b540207327",
            "gambit_id": "c3c736ba-5948-4902-96b5-002ef7fff67f",
            "last_updated": "2022-09-11T18:32:18.715381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7482185c-9d8a-4f05-80f3-9ddc1b218fc2/?format=api"
        }
    ]
}