GET /api/bet_types/8a590f88-e522-4583-8063-bbd4728610c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a590f88-e522-4583-8063-bbd4728610c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/51e52125-4ad5-4bbd-bfa8-4b949128edce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:21.433068-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": "Seattle Kraken",
                "amount": 6324.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6699f8a9-1312-493d-beea-00c58a4ba42c",
            "gambit_id": "16268c47-4cc7-4567-94b3-b3459390fcee",
            "last_updated": "2023-04-30T15:06:54.786380-04:00",
            "created_at": "2023-04-28T11:22:21.434323-04:00",
            "name": "Seattle Kraken",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a590f88-e522-4583-8063-bbd4728610c1/?format=api"
        },
        {
            "id": "8f85e6d2-5416-4251-a842-be8d02918e07",
            "gambit_id": "c69d8dbb-32c4-4f61-916f-e5ab6cf89e45",
            "last_updated": "2023-04-30T15:06:54.787645-04:00",
            "created_at": "2023-04-28T11:22:21.435752-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a590f88-e522-4583-8063-bbd4728610c1/?format=api"
        }
    ]
}