GET /api/bet_types/733cfa29-e5b8-47d1-bef7-8a8acf4ddf39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "733cfa29-e5b8-47d1-bef7-8a8acf4ddf39",
    "match": "https://api-prod.gambitprofit.com/api/matches/5604b848-765e-4162-a8e5-57d686b1dba7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:14.605894-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": "CHC",
                "amount": 5599.0
            },
            {
                "team": "TAM",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a621257-afb8-4eef-b66d-164471b077a6",
            "gambit_id": "98688ab6-d0a3-4475-a9ae-be0b98489a09",
            "last_updated": "2023-06-01T10:17:08.067376-04:00",
            "created_at": "2023-05-31T11:47:14.609730-04:00",
            "name": "CHC",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733cfa29-e5b8-47d1-bef7-8a8acf4ddf39/?format=api"
        },
        {
            "id": "e81f2a19-4a6b-471e-a930-fed6d291ee0a",
            "gambit_id": "049be0aa-b446-4f17-a8eb-41f10b1d2cdf",
            "last_updated": "2023-06-01T10:17:08.063746-04:00",
            "created_at": "2023-05-31T11:47:14.607783-04:00",
            "name": "TAM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733cfa29-e5b8-47d1-bef7-8a8acf4ddf39/?format=api"
        }
    ]
}