GET /api/bet_types/4ef3f893-40b3-434d-9140-0ca90f48c30b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ef3f893-40b3-434d-9140-0ca90f48c30b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6fcd506-295c-4a84-b957-0c26b6a406e3/?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 2.5",
                "amount": 6095.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3905.0
            }
        ],
        "expected_reward_tokens": 9020.55,
        "profit_sb": 20.55,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "a38d9bb6-51e1-418c-bbbb-7ebec064416c",
            "gambit_id": "0f3e3a96-0808-4046-98e1-0f572f794b90",
            "last_updated": "2022-09-07T12:46:56.039716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef3f893-40b3-434d-9140-0ca90f48c30b/?format=api"
        },
        {
            "id": "5099cbc2-31ed-44e4-9bf7-1a8d74b6a6ae",
            "gambit_id": "89b0c7e5-01fb-4279-a32d-c0218c0cdf6d",
            "last_updated": "2022-09-07T12:46:56.038648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef3f893-40b3-434d-9140-0ca90f48c30b/?format=api"
        }
    ]
}