GET /api/bet_types/335109b7-49ee-4d0f-a683-37e5e7c7a8df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "335109b7-49ee-4d0f-a683-37e5e7c7a8df",
    "match": "https://api-prod.gambitprofit.com/api/matches/56a6932c-d969-49b9-9036-0c10051a38d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-31T09:02:01.580082-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": "Milwaukee Bucks",
                "amount": 8165.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1835.0
            }
        ],
        "expected_reward_tokens": 9468.6,
        "profit_sb": -31.4,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e0dbcf8-9baa-4949-8541-c9388ff41b6c",
            "gambit_id": "b4b69199-cd79-447e-808e-0ceb361004cf",
            "last_updated": "2023-02-01T09:41:56.348726-05:00",
            "created_at": "2023-01-31T09:02:01.581237-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335109b7-49ee-4d0f-a683-37e5e7c7a8df/?format=api"
        },
        {
            "id": "20660df5-c82e-452e-9715-97e910787d25",
            "gambit_id": "9dc14d52-d940-4abe-b2b3-77a308490dfd",
            "last_updated": "2023-02-01T09:41:56.349909-05:00",
            "created_at": "2023-01-31T09:02:01.582480-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.16000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335109b7-49ee-4d0f-a683-37e5e7c7a8df/?format=api"
        }
    ]
}