GET /api/bet_types/7d91deb8-e2db-40ca-b535-de126b23d057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d91deb8-e2db-40ca-b535-de126b23d057",
    "match": "https://api-prod.gambitprofit.com/api/matches/721ea344-6e78-4b72-b7e8-5d8cebc6deaa/?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": "Cloud9",
                "amount": 7703.0
            },
            {
                "team": "Eternal Fire",
                "amount": 2297.0
            }
        ],
        "expected_reward_tokens": 8935.33,
        "profit_sb": -64.67,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ec17305-a7ff-4fe8-a41a-a9ea9e1c89a5",
            "gambit_id": "9cff40de-90ee-4a03-bbd6-8bf17d897bd5",
            "last_updated": "2022-09-23T18:47:12.329505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cloud9",
            "reward": "1.16000",
            "odds": "1.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d91deb8-e2db-40ca-b535-de126b23d057/?format=api"
        },
        {
            "id": "85a1ba13-c229-4c2b-a006-b9523f6801d6",
            "gambit_id": "ec1b3e5d-55c9-490a-8b11-2708c5cc7c75",
            "last_updated": "2022-09-23T18:47:12.330731-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eternal Fire",
            "reward": "3.89000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d91deb8-e2db-40ca-b535-de126b23d057/?format=api"
        }
    ]
}