GET /api/bet_types/9a086c71-4cd1-44d2-9aff-f8a6e5d70280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a086c71-4cd1-44d2-9aff-f8a6e5d70280",
    "match": "https://api-prod.gambitprofit.com/api/matches/21ced006-b1f7-47dc-bb5b-99ac8bcdb72a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:13.057897-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": "BAL",
                "amount": 6010.0
            },
            {
                "team": "TAM",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb7b7d79-5607-4e0b-be47-2dec4e03f80c",
            "gambit_id": "ff6583c2-d3f8-4e60-bb06-a03f1174d20b",
            "last_updated": "2023-09-18T09:08:29.021328-04:00",
            "created_at": "2023-09-16T09:23:13.070681-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a086c71-4cd1-44d2-9aff-f8a6e5d70280/?format=api"
        },
        {
            "id": "7731c5d9-a47a-4241-8308-7b7013ba1b84",
            "gambit_id": "9a5ae0f3-6d39-42fc-b840-4ca4d4337eeb",
            "last_updated": "2023-09-18T09:08:29.015939-04:00",
            "created_at": "2023-09-16T09:23:13.066713-04:00",
            "name": "TAM",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a086c71-4cd1-44d2-9aff-f8a6e5d70280/?format=api"
        }
    ]
}