GET /api/bet_types/fa863be2-2a14-4ba3-af04-2e4f186acc52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa863be2-2a14-4ba3-af04-2e4f186acc52",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a036300-15d5-4f00-ac71-523d9551f95a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:08.810035-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": "Florida Panthers",
                "amount": 6324.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ed49361-a29f-4a45-8d68-8337374f336c",
            "gambit_id": "fff0cb08-9226-40b1-9d9a-e9dd3b611f27",
            "last_updated": "2024-02-07T01:53:00.392126-05:00",
            "created_at": "2024-02-06T09:08:08.818822-05:00",
            "name": "Florida Panthers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa863be2-2a14-4ba3-af04-2e4f186acc52/?format=api"
        },
        {
            "id": "317a5961-4efe-49ef-af69-0c1af5f26895",
            "gambit_id": "dc5f9116-1d1c-4eeb-ba68-41f38a71a985",
            "last_updated": "2024-02-07T01:53:00.388494-05:00",
            "created_at": "2024-02-06T09:08:08.814717-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa863be2-2a14-4ba3-af04-2e4f186acc52/?format=api"
        }
    ]
}