GET /api/bet_types/2c63e3d6-d98f-4324-9d46-e2ab485d19bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c63e3d6-d98f-4324-9d46-e2ab485d19bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd305ac4-6f89-4ee7-bb60-ee1430c62853/?format=api",
    "name": "Play the Odds",
    "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": "Vegas Golden Knights",
                "amount": 6170.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee1844cf-0dfa-4b8a-a252-9c1b83aad925",
            "gambit_id": "5a965e3c-06f3-4b7b-aa91-c0d2daaef77a",
            "last_updated": "2022-12-12T18:57:24.078861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c63e3d6-d98f-4324-9d46-e2ab485d19bc/?format=api"
        },
        {
            "id": "8f38fe51-b858-4128-9744-031c93a231fb",
            "gambit_id": "550452e3-b93d-4e4e-9c8b-1646501e5689",
            "last_updated": "2022-12-12T18:57:24.079966-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c63e3d6-d98f-4324-9d46-e2ab485d19bc/?format=api"
        }
    ]
}