GET /api/bet_types/f0b02337-aa8a-4497-ad16-980fc14cc63d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b02337-aa8a-4497-ad16-980fc14cc63d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c98ed128-0412-4118-877f-f7221ed50abe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.974814-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": "New Jersey Devils",
                "amount": 5107.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1ee34bc-4009-4cec-9903-330d1932994d",
            "gambit_id": "d65c88d7-ed82-4001-a956-07cce0a1eb0a",
            "last_updated": "2023-03-12T19:32:11.849424-04:00",
            "created_at": "2023-03-11T09:32:14.977386-05:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b02337-aa8a-4497-ad16-980fc14cc63d/?format=api"
        },
        {
            "id": "0262bf50-b2a5-4b2a-a7ed-038589141b11",
            "gambit_id": "c7ac3616-8a95-4210-96b2-9721eccc334a",
            "last_updated": "2023-03-12T19:32:11.847897-04:00",
            "created_at": "2023-03-11T09:32:14.976087-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b02337-aa8a-4497-ad16-980fc14cc63d/?format=api"
        }
    ]
}