GET /api/bet_types/62a0f1ca-e1a9-4ec3-b6be-39a8b5017d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62a0f1ca-e1a9-4ec3-b6be-39a8b5017d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/0552b7b0-26f4-4acc-87c8-840e8c00108e/?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": "ATL (C Morton)",
                "amount": 5511.0
            },
            {
                "team": "SFO (C Rodon)",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "b517c92d-f069-4959-85ed-90a8d5e26162",
            "gambit_id": "aaaa7431-57c4-480b-b104-7e8a227912ef",
            "last_updated": "2022-09-15T11:07:08.895596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (C Morton)",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62a0f1ca-e1a9-4ec3-b6be-39a8b5017d03/?format=api"
        },
        {
            "id": "68ee8c64-2cfb-4cca-ae7f-7a7d922de591",
            "gambit_id": "40768c25-b397-42d2-925e-dab945fee759",
            "last_updated": "2022-09-15T11:07:08.894648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62a0f1ca-e1a9-4ec3-b6be-39a8b5017d03/?format=api"
        }
    ]
}