GET /api/bet_types/5ac55399-ccc7-411c-aeaa-8f86014be39c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac55399-ccc7-411c-aeaa-8f86014be39c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bad15a1-032d-41cb-83b6-e345a0f28967/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:06.586424-04: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": 6090.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "718d5d77-b25e-47e9-a1db-3d1109100e3d",
            "gambit_id": "76b3bc02-c743-4690-a54d-8cadcc1defc9",
            "last_updated": "2023-10-30T13:38:24.295756-04:00",
            "created_at": "2023-10-28T09:08:06.595179-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac55399-ccc7-411c-aeaa-8f86014be39c/?format=api"
        },
        {
            "id": "44228d14-ce5b-4293-a3a0-449135a2920d",
            "gambit_id": "f1bdc652-7752-42fa-a2dd-73576a62aca4",
            "last_updated": "2023-10-30T13:38:24.299406-04:00",
            "created_at": "2023-10-28T09:08:06.590319-04:00",
            "name": "Philadelphia Flyers",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac55399-ccc7-411c-aeaa-8f86014be39c/?format=api"
        }
    ]
}