GET /api/bet_types/ce8be1d6-f203-4353-8fa7-87be28821cd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce8be1d6-f203-4353-8fa7-87be28821cd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fea7d2b2-b3d8-40e9-bfc2-5d704abff331/?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": "OAK",
                "amount": 5610.0
            },
            {
                "team": "LAA",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "d16dfeec-a440-4cd7-806c-7090b5a7986b",
            "gambit_id": "fa6716e7-8b4e-422a-834e-6d5bac7253f8",
            "last_updated": "2022-10-05T06:42:21.661934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8be1d6-f203-4353-8fa7-87be28821cd4/?format=api"
        },
        {
            "id": "50edd487-d188-406b-b3f9-38f94a8e1bf8",
            "gambit_id": "bf97d065-06cd-45ac-badd-74cc2a4de2d9",
            "last_updated": "2022-10-05T06:42:21.662890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8be1d6-f203-4353-8fa7-87be28821cd4/?format=api"
        }
    ]
}