GET /api/bet_types/148f24c4-8bf0-4091-bfc1-af71cd5af5eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "148f24c4-8bf0-4091-bfc1-af71cd5af5eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cbf2c83-ce0c-447f-8a1c-9df61772202c/?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": "CLE (S Bieber)",
                "amount": 6170.0
            },
            {
                "team": "MIN (L Varland)",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "5863896f-50fb-4762-9e9b-08e5574ef0d1",
            "gambit_id": "e15cfcdb-6c1e-4de2-90db-c8d97dcd52f1",
            "last_updated": "2022-09-19T09:42:03.859239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148f24c4-8bf0-4091-bfc1-af71cd5af5eb/?format=api"
        },
        {
            "id": "5828e625-8eb0-4640-9e0b-82c38597d637",
            "gambit_id": "a2329d36-d6be-496a-be44-026594dd98f2",
            "last_updated": "2022-09-19T09:42:03.858285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (L Varland)",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148f24c4-8bf0-4091-bfc1-af71cd5af5eb/?format=api"
        }
    ]
}