GET /api/bet_types/14a12f3f-611b-449f-83aa-709516886eab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14a12f3f-611b-449f-83aa-709516886eab",
    "match": "https://api-prod.gambitprofit.com/api/matches/353806a6-2b7f-4922-a99b-21cdb606f195/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:26.712566-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": "Philadelphia Flyers",
                "amount": 5000.0
            },
            {
                "team": "St Louis Blues",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac6c6348-b698-4422-8637-cd3b7ebeb6fd",
            "gambit_id": "ef6d4771-b11a-4826-a114-722456c4f3ec",
            "last_updated": "2024-01-17T22:13:14.290087-05:00",
            "created_at": "2024-01-15T10:23:26.716230-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a12f3f-611b-449f-83aa-709516886eab/?format=api"
        },
        {
            "id": "01300e6f-bad3-4a15-967e-40236c5f7806",
            "gambit_id": "85a39e25-752e-4e79-ac1f-8549374baefc",
            "last_updated": "2024-01-17T22:13:14.293248-05:00",
            "created_at": "2024-01-15T10:23:26.721266-05:00",
            "name": "St Louis Blues",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a12f3f-611b-449f-83aa-709516886eab/?format=api"
        }
    ]
}