GET /api/bet_types/79520ac4-1014-4fa7-928c-e3aec169376e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79520ac4-1014-4fa7-928c-e3aec169376e",
    "match": "https://api-prod.gambitprofit.com/api/matches/006a6365-0841-466c-a2f0-14a3caefcb81/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:09.351548-04: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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5abfaba7-8a0b-48f3-9d0c-d930b32a2950",
            "gambit_id": "35ab9c26-cd55-4834-b68b-673b05889c96",
            "last_updated": "2023-04-10T14:52:07.017956-04:00",
            "created_at": "2023-04-09T09:27:09.356997-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79520ac4-1014-4fa7-928c-e3aec169376e/?format=api"
        },
        {
            "id": "555ab53f-cd88-4f91-b2fa-8205b3da3454",
            "gambit_id": "e1e76112-2f1f-4d7c-ab7c-b8d927e8491d",
            "last_updated": "2023-04-10T14:52:07.015093-04:00",
            "created_at": "2023-04-09T09:27:09.354365-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79520ac4-1014-4fa7-928c-e3aec169376e/?format=api"
        }
    ]
}