GET /api/bet_types/120de624-cb97-47da-8bc5-7a023cfb74d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "120de624-cb97-47da-8bc5-7a023cfb74d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5187205f-be2c-4243-871e-52e496f8877d/?format=api",
    "name": "Pick the Winner",
    "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 Angeles Dodgers",
                "amount": 7303.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 2697.0
            }
        ],
        "expected_reward_tokens": 9493.44,
        "profit_sb": -6.56,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "7feeb650-0988-42bf-bc26-981ae69a2492",
            "gambit_id": "44f0f61e-c8e5-456a-a95a-8d3dd36f8e1c",
            "last_updated": "2022-10-06T10:12:07.410744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/120de624-cb97-47da-8bc5-7a023cfb74d3/?format=api"
        },
        {
            "id": "4cc39bae-ec97-494d-b3da-aef96413357c",
            "gambit_id": "f9f3b19c-facf-4558-a052-88498050c019",
            "last_updated": "2022-10-06T10:12:07.411740-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rockies",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/120de624-cb97-47da-8bc5-7a023cfb74d3/?format=api"
        }
    ]
}