GET /api/bet_types/67b15c31-f998-4121-84bb-0878fe64b996/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b15c31-f998-4121-84bb-0878fe64b996",
    "match": "https://api-prod.gambitprofit.com/api/matches/a599c65f-cd66-4842-960a-c6babbc072cb/?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 Under 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "89159012-785a-46e6-b61a-5956f5eb0abb",
            "gambit_id": "20b9c276-4de9-4c1c-aefd-b85ce6d702f7",
            "last_updated": "2022-09-07T12:47:04.149652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b15c31-f998-4121-84bb-0878fe64b996/?format=api"
        },
        {
            "id": "564df03b-a38b-4343-9693-163593490b75",
            "gambit_id": "40719480-4c9c-4552-b40c-e02a7e575167",
            "last_updated": "2022-09-07T12:47:04.150857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b15c31-f998-4121-84bb-0878fe64b996/?format=api"
        }
    ]
}