GET /api/bet_types/5fb9a78e-dbfc-42be-b987-ed3db4188bff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fb9a78e-dbfc-42be-b987-ed3db4188bff",
    "match": "https://api-prod.gambitprofit.com/api/matches/44fe68a6-ba08-45a3-92db-2fda9ad5fd66/?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": "MIL",
                "amount": 5842.0
            },
            {
                "team": "PIT",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "12329467-071f-471f-899c-5c49bc9ade06",
            "gambit_id": "54bc3f10-47d4-4a91-a67d-e54c03db70bb",
            "last_updated": "2022-08-30T09:47:24.800327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb9a78e-dbfc-42be-b987-ed3db4188bff/?format=api"
        },
        {
            "id": "c61f437a-f269-47f9-95a2-bd13f3bb1e45",
            "gambit_id": "61270535-0625-4d21-b298-24fbab4444a1",
            "last_updated": "2022-08-30T09:47:24.800768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb9a78e-dbfc-42be-b987-ed3db4188bff/?format=api"
        }
    ]
}