GET /api/bet_types/226ce397-aaa2-4bcd-8168-f644f51926d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "226ce397-aaa2-4bcd-8168-f644f51926d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ab6e3bb-fb97-468b-8502-2ece834a9ae7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T09:33:00.206263-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": "Arizona Diamondbacks",
                "amount": 5423.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "847b3d19-accc-46f3-93a5-74044bd3d0ef",
            "gambit_id": "e84b6dd8-41a7-472a-9bd8-c13aa96aae43",
            "last_updated": "2023-08-31T09:33:06.848357-04:00",
            "created_at": "2023-08-30T09:33:00.210990-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ce397-aaa2-4bcd-8168-f644f51926d0/?format=api"
        },
        {
            "id": "81019462-1b16-42a6-86d3-9e6fd80ac6c6",
            "gambit_id": "c09193be-4d44-4809-ab28-0b7a5e0c3f35",
            "last_updated": "2023-08-31T09:33:06.855304-04:00",
            "created_at": "2023-08-30T09:33:00.215489-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ce397-aaa2-4bcd-8168-f644f51926d0/?format=api"
        }
    ]
}