GET /api/bet_types/cf65ae16-399b-4a92-af22-8697e1f80d88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf65ae16-399b-4a92-af22-8697e1f80d88",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bff7554-4824-4cb5-b730-db28b4c6dae4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:03.377017-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a4ab4a2-37ae-4f52-9785-fba177fcf979",
            "gambit_id": "44c1f5a5-79aa-4f1b-97c9-5d709e21d50e",
            "last_updated": "2023-03-30T10:32:02.456761-04:00",
            "created_at": "2023-03-29T10:07:03.379899-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf65ae16-399b-4a92-af22-8697e1f80d88/?format=api"
        },
        {
            "id": "37806aaf-4844-408e-92db-8444fef01f7e",
            "gambit_id": "116b5435-15bb-4a56-a8f0-9c3e20b5aa68",
            "last_updated": "2023-03-30T10:32:02.457986-04:00",
            "created_at": "2023-03-29T10:07:03.382164-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf65ae16-399b-4a92-af22-8697e1f80d88/?format=api"
        }
    ]
}