GET /api/bet_types/cba65264-d154-4a45-b136-7a308da8ae41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cba65264-d154-4a45-b136-7a308da8ae41",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?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": "LOS",
                "amount": 6196.0
            },
            {
                "team": "KAN",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "6df4b8d2-1072-45dc-bd6b-f23454a99bbb",
            "gambit_id": "2f47dc47-c958-4ca0-bc54-749a39dd60a7",
            "last_updated": "2022-08-14T13:41:54.001370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba65264-d154-4a45-b136-7a308da8ae41/?format=api"
        },
        {
            "id": "c65c21bd-1c6a-4b80-92ba-db1659d30e5b",
            "gambit_id": "18e3a3a0-4779-44ce-b634-61657bcdaf8b",
            "last_updated": "2022-08-14T13:41:54.001815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba65264-d154-4a45-b136-7a308da8ae41/?format=api"
        }
    ]
}