GET /api/bet_types/3cee58e5-c706-42da-98ec-2e4811907edb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cee58e5-c706-42da-98ec-2e4811907edb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6947a230-d20a-4197-8413-8870dd86c169/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 6667.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "fde3fe21-7bfc-418b-8b2e-b130102aa647",
            "gambit_id": "c79271cb-a1aa-4983-ae00-8ab9ea2b3c00",
            "last_updated": "2022-10-31T11:07:10.435534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cee58e5-c706-42da-98ec-2e4811907edb/?format=api"
        },
        {
            "id": "e27d7a29-3fca-491b-b68d-68647e87d342",
            "gambit_id": "4986120e-db08-4b7d-8397-5b6d99a17dec",
            "last_updated": "2022-10-31T11:07:10.434593-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cee58e5-c706-42da-98ec-2e4811907edb/?format=api"
        }
    ]
}