GET /api/bet_types/eb642a05-64b0-4969-a174-0f5961f002c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb642a05-64b0-4969-a174-0f5961f002c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d58c67b-4926-4729-a674-401487de4491/?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 9",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1f051d1-b0f2-40ec-affe-3b758f0b8b4d",
            "gambit_id": "9cd26a9b-88ea-4414-8397-422f0706af91",
            "last_updated": "2022-08-30T09:52:23.181871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb642a05-64b0-4969-a174-0f5961f002c1/?format=api"
        },
        {
            "id": "b2c70ae2-b38d-4fa1-81a7-573164d6e087",
            "gambit_id": "25d897e0-d7c5-48d4-ac5d-245222563977",
            "last_updated": "2022-08-30T09:52:23.182294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb642a05-64b0-4969-a174-0f5961f002c1/?format=api"
        }
    ]
}