GET /api/bet_types/f9911e4f-0f1c-42ff-8f34-e2fc28a986ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9911e4f-0f1c-42ff-8f34-e2fc28a986ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf263045-18d4-4d0a-8b8e-12e8575f118d/?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": "SEA (G Kirby)",
                "amount": 6897.0
            },
            {
                "team": "DET (B Garcia)",
                "amount": 3103.0
            }
        ],
        "expected_reward_tokens": 9586.83,
        "profit_sb": 86.83,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "18c5de2f-7a06-443f-bd9f-da4e71d0d59c",
            "gambit_id": "c220da02-8844-4b33-b1ee-d446fdc62883",
            "last_updated": "2022-10-04T13:12:05.692384-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9911e4f-0f1c-42ff-8f34-e2fc28a986ca/?format=api"
        },
        {
            "id": "eaafb50f-10c1-465b-973b-4e07007159bc",
            "gambit_id": "e8ecb69f-439a-4244-adfd-8471e13c95f4",
            "last_updated": "2022-10-04T13:12:05.693414-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (B Garcia)",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9911e4f-0f1c-42ff-8f34-e2fc28a986ca/?format=api"
        }
    ]
}