GET /api/bet_types/0556cd5d-ca8d-49f8-804f-484359aa5fb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0556cd5d-ca8d-49f8-804f-484359aa5fb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ecda03e-cbc1-4800-baf7-8a5404b8ec66/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:52:11.215614-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": "Denver Broncos",
                "amount": 5209.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "b417d90a-0bf0-48ef-ab51-4f7068a029be",
            "gambit_id": "d568ac16-eb68-459f-9bfc-5b1b2a85f79b",
            "last_updated": "2022-12-26T12:42:06.473547-05:00",
            "created_at": "2022-12-23T12:52:11.218069-05:00",
            "name": "Denver Broncos",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0556cd5d-ca8d-49f8-804f-484359aa5fb6/?format=api"
        },
        {
            "id": "e65d567b-e30a-4ee9-9fb1-6426edfb8f18",
            "gambit_id": "4cda3bad-2bc4-43be-b9bf-36fd0192d51d",
            "last_updated": "2022-12-26T12:42:06.472382-05:00",
            "created_at": "2022-12-23T12:52:11.216836-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0556cd5d-ca8d-49f8-804f-484359aa5fb6/?format=api"
        }
    ]
}