GET /api/bet_types/59c86faa-5449-438f-a74b-24bf5bd52c5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59c86faa-5449-438f-a74b-24bf5bd52c5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2843fdfb-8c5c-421f-8b5d-86007462c688/?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": "Phoenix Suns",
                "amount": 8600.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1400.0
            }
        ],
        "expected_reward_tokens": 9546.0,
        "profit_sb": 46.0,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6139fb4-c19a-4af6-88b9-223c39ee9074",
            "gambit_id": "9739d896-631f-4745-bb1d-74d62f653127",
            "last_updated": "2022-10-31T11:52:08.432936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c86faa-5449-438f-a74b-24bf5bd52c5b/?format=api"
        },
        {
            "id": "8667a937-a599-444e-b4b4-71420744de30",
            "gambit_id": "44f33de0-eb81-46b3-943c-22cd22244f12",
            "last_updated": "2022-10-31T11:52:08.433905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "6.82000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c86faa-5449-438f-a74b-24bf5bd52c5b/?format=api"
        }
    ]
}