GET /api/bet_types/7811f805-96b4-43b7-b10f-9e26aa08f482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7811f805-96b4-43b7-b10f-9e26aa08f482",
    "match": "https://api-prod.gambitprofit.com/api/matches/0575f6be-211a-4b97-8102-51ba35640e8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:24.629499-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": "TEX (A Heaney)",
                "amount": 5776.0
            },
            {
                "team": "HOU (S Dubin)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "e48ad96d-602d-4557-9061-59b530ff831c",
            "gambit_id": "a6f2326c-e171-4f51-8ac7-9ec0055603dc",
            "last_updated": "2023-07-03T10:58:21.791782-04:00",
            "created_at": "2023-07-02T08:58:24.633837-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7811f805-96b4-43b7-b10f-9e26aa08f482/?format=api"
        },
        {
            "id": "6e22f2fc-e602-4ec1-82d3-5e2b92d385f7",
            "gambit_id": "bf904940-fcf8-4149-9e26-e097a75cb938",
            "last_updated": "2023-07-03T10:58:21.790218-04:00",
            "created_at": "2023-07-02T08:58:24.631623-04:00",
            "name": "HOU (S Dubin)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7811f805-96b4-43b7-b10f-9e26aa08f482/?format=api"
        }
    ]
}