GET /api/bet_types/c6830db6-ce9e-4d2b-9d15-b89a83da7337/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6830db6-ce9e-4d2b-9d15-b89a83da7337",
    "match": "https://api-prod.gambitprofit.com/api/matches/f85aac0a-96d9-49bb-bccf-54a450f19b04/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:20.118924-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": "Anaheim Ducks",
                "amount": 5214.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3c47094-4c85-490f-8fb3-87a984d5db69",
            "gambit_id": "5ff20565-971f-438f-8eb4-a84ef551b3df",
            "last_updated": "2023-11-23T17:43:24.184929-05:00",
            "created_at": "2023-11-22T09:08:20.126169-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6830db6-ce9e-4d2b-9d15-b89a83da7337/?format=api"
        },
        {
            "id": "89aed0a7-d390-4561-838e-745d43f1905a",
            "gambit_id": "e5bf95df-e06e-4bb8-8531-97118e558088",
            "last_updated": "2023-11-23T17:43:24.181762-05:00",
            "created_at": "2023-11-22T09:08:20.122451-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6830db6-ce9e-4d2b-9d15-b89a83da7337/?format=api"
        }
    ]
}