GET /api/bet_types/c754af67-ce0d-4f9e-9f68-a2668cd48b20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c754af67-ce0d-4f9e-9f68-a2668cd48b20",
    "match": "https://api-prod.gambitprofit.com/api/matches/c071fd4c-416d-40f8-9e15-a1f009a3c898/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:06:59.225775-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": "Tampa Bay Lightning",
                "amount": 6547.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0300a1b-c45f-4376-a610-fb777d48ef3e",
            "gambit_id": "89b725a9-1543-46d8-926c-b37073115644",
            "last_updated": "2023-03-29T13:36:54.789021-04:00",
            "created_at": "2023-03-28T10:06:59.229081-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c754af67-ce0d-4f9e-9f68-a2668cd48b20/?format=api"
        },
        {
            "id": "1a761890-2ef1-4975-ad05-59b73e4e9b36",
            "gambit_id": "f71a457c-3213-4583-9885-e3aa23a8def5",
            "last_updated": "2023-03-29T13:36:54.787088-04:00",
            "created_at": "2023-03-28T10:06:59.227355-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c754af67-ce0d-4f9e-9f68-a2668cd48b20/?format=api"
        }
    ]
}