GET /api/bet_types/13e6bbbb-c1eb-4f28-92a6-45091576dd63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13e6bbbb-c1eb-4f28-92a6-45091576dd63",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7acbdbb-b81f-4813-824b-5ce58c7270f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:57.336019-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": "TAM (Z Littell)",
                "amount": 5714.0
            },
            {
                "team": "DET (R Olson)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "761412ed-9112-446f-b097-ed501127c787",
            "gambit_id": "308f13d5-1b7f-42f6-8067-dbed0c10a781",
            "last_updated": "2023-08-05T12:13:16.641772-04:00",
            "created_at": "2023-08-04T08:52:57.341061-04:00",
            "name": "TAM (Z Littell)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13e6bbbb-c1eb-4f28-92a6-45091576dd63/?format=api"
        },
        {
            "id": "7fae7964-5b2d-4191-9421-75576a32dab2",
            "gambit_id": "4d585831-8250-45d5-842b-31f200fd17e0",
            "last_updated": "2023-08-05T12:13:16.645883-04:00",
            "created_at": "2023-08-04T08:52:57.346148-04:00",
            "name": "DET (R Olson)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13e6bbbb-c1eb-4f28-92a6-45091576dd63/?format=api"
        }
    ]
}