GET /api/bet_types/a185e843-ac35-4392-98b9-83289c441493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a185e843-ac35-4392-98b9-83289c441493",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c93bee9-1b02-401c-a604-1a686c387075/?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": 5109.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "68b0ab65-fb0b-4538-8667-aaa8c23c215b",
            "gambit_id": "4ebbe75c-00a2-4008-a992-0830a29bfe36",
            "last_updated": "2022-08-14T13:36:50.201684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a185e843-ac35-4392-98b9-83289c441493/?format=api"
        },
        {
            "id": "05aeb1ba-781b-4983-9d4f-8ef99824e6cb",
            "gambit_id": "55701ac2-7d5c-4fad-a0b8-5f0ead35df27",
            "last_updated": "2022-08-14T13:36:50.201169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a185e843-ac35-4392-98b9-83289c441493/?format=api"
        }
    ]
}