GET /api/bet_types/e42185e7-67a7-4427-b4cd-e9d1b77df5a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e42185e7-67a7-4427-b4cd-e9d1b77df5a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4807469b-9c15-4715-8027-d601eca15e7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:07.033241-04: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": "CHC",
                "amount": 5773.0
            },
            {
                "team": "HOU",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c57f22f-bb37-4edb-82d4-324f911d7af6",
            "gambit_id": "be1882a2-2790-43bc-bf65-3a4570ce44ee",
            "last_updated": "2023-05-18T11:47:16.172904-04:00",
            "created_at": "2023-05-16T09:47:07.037363-04:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e42185e7-67a7-4427-b4cd-e9d1b77df5a8/?format=api"
        },
        {
            "id": "c02fd1d1-bc7c-4b71-a513-e11c8db3ce68",
            "gambit_id": "94839b82-9912-4e2c-beb9-0633296c3906",
            "last_updated": "2023-05-18T11:47:16.171670-04:00",
            "created_at": "2023-05-16T09:47:07.035206-04:00",
            "name": "HOU",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e42185e7-67a7-4427-b4cd-e9d1b77df5a8/?format=api"
        }
    ]
}