GET /api/bet_types/12573a59-b7a2-453d-9b44-0f27c6e7ea95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12573a59-b7a2-453d-9b44-0f27c6e7ea95",
    "match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?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 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "7331c9f0-4d42-417a-bc55-9f71398e68d6",
            "gambit_id": "e121ac3e-4a79-43d6-a362-2b04a257f401",
            "last_updated": "2022-10-28T10:02:06.349218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12573a59-b7a2-453d-9b44-0f27c6e7ea95/?format=api"
        },
        {
            "id": "b5442f0c-1d42-4bc4-afaa-225ccf10acc4",
            "gambit_id": "b2f09781-9bce-4112-823a-bff5d4742c99",
            "last_updated": "2022-10-28T10:02:06.348111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12573a59-b7a2-453d-9b44-0f27c6e7ea95/?format=api"
        }
    ]
}