GET /api/bet_types/e2195ac7-ebbf-44d2-853d-8b07018c7da0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2195ac7-ebbf-44d2-853d-8b07018c7da0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6086f37-962d-4c35-bb2c-c4bf50539faf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T09:32:59.928402-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 (D Vines)",
                "amount": 6721.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "52073dd2-f894-4f88-8b8b-96e4876d7440",
            "gambit_id": "ea08c7a1-51cd-4aa5-920c-1bb103b403a3",
            "last_updated": "2023-08-31T19:18:25.939460-04:00",
            "created_at": "2023-08-30T09:32:59.932905-04:00",
            "name": "ATL (D Vines)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2195ac7-ebbf-44d2-853d-8b07018c7da0/?format=api"
        },
        {
            "id": "4fcf1f96-0a62-43a7-85f5-f12f58cead44",
            "gambit_id": "41bd1e61-0f10-4b0d-9e87-938c7d14ac8d",
            "last_updated": "2023-08-31T19:18:25.942681-04:00",
            "created_at": "2023-08-30T09:32:59.937163-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2195ac7-ebbf-44d2-853d-8b07018c7da0/?format=api"
        }
    ]
}