GET /api/bet_types/f16b1d9a-12ee-43c2-a72e-c5766b4de8ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f16b1d9a-12ee-43c2-a72e-c5766b4de8ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/822cd86a-e1c6-432a-8fd7-6261f298247e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Buccaneers",
                "amount": 5304.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "79d9a16e-9a05-440e-b5a6-266c9e68ae7e",
            "gambit_id": "d0e378c4-3100-4670-9332-6405feb6c223",
            "last_updated": "2022-09-19T11:02:16.032305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f16b1d9a-12ee-43c2-a72e-c5766b4de8ef/?format=api"
        },
        {
            "id": "a9cc74a3-5434-4e98-ba7b-7ab621275d76",
            "gambit_id": "434100ed-e88e-48fa-ac17-15324d7e5b9b",
            "last_updated": "2022-09-19T11:02:16.031207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f16b1d9a-12ee-43c2-a72e-c5766b4de8ef/?format=api"
        }
    ]
}