GET /api/bet_types/482fe3b6-d990-4873-9f8f-0ed598fe69ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "482fe3b6-d990-4873-9f8f-0ed598fe69ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/5317face-f17b-4d52-bd91-99ce768aecab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:58.826691-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": "ATL (B Elder)",
                "amount": 5980.0
            },
            {
                "team": "MIL (J Teheran)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9daf7fb6-9bea-46e1-b9d4-2d6336280cd6",
            "gambit_id": "1946a3f2-d700-4d77-843c-89e0817240b1",
            "last_updated": "2023-07-24T13:28:09.853624-04:00",
            "created_at": "2023-07-23T11:47:58.830896-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/482fe3b6-d990-4873-9f8f-0ed598fe69ef/?format=api"
        },
        {
            "id": "7011524e-fb62-4337-aadb-132d85a163f1",
            "gambit_id": "651d8c1d-3e6c-43c2-87d4-3160ac27f6ff",
            "last_updated": "2023-07-24T13:28:09.858324-04:00",
            "created_at": "2023-07-23T11:47:58.835395-04:00",
            "name": "MIL (J Teheran)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/482fe3b6-d990-4873-9f8f-0ed598fe69ef/?format=api"
        }
    ]
}