GET /api/bet_types/542c619a-08b2-4cd2-96d1-95e9f500eced/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "542c619a-08b2-4cd2-96d1-95e9f500eced",
    "match": "https://api-prod.gambitprofit.com/api/matches/06e07ab6-4b02-42bb-9fa6-c9909e4d442f/?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": "LOS (T Gonsolin)",
                "amount": 6783.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 3217.0
            }
        ],
        "expected_reward_tokens": 9360.54,
        "profit_sb": 360.54,
        "profit_sb_percentage": 4.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "1aefe535-c73e-4e3a-a68b-391ecb832c55",
            "gambit_id": "61874efe-d6b9-40fe-8a40-1a472d1e8218",
            "last_updated": "2022-08-13T10:52:04.092727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c619a-08b2-4cd2-96d1-95e9f500eced/?format=api"
        },
        {
            "id": "ec93b84f-bb43-4688-9eec-29c1b6c582ea",
            "gambit_id": "14f38a89-7bba-4496-9750-8180c5a96bea",
            "last_updated": "2022-08-13T10:52:04.092249-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (D Lynch)",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c619a-08b2-4cd2-96d1-95e9f500eced/?format=api"
        }
    ]
}