GET /api/bet_types/af504f8a-f89b-4885-8e34-b2e875462cf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af504f8a-f89b-4885-8e34-b2e875462cf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dab2237-fb38-4f47-8857-8b749997de94/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T10:38:00.785485-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": "PIT",
                "amount": 6020.0
            },
            {
                "team": "CHC",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "db9dc07e-775e-4d52-b512-8a41af9c6c63",
            "gambit_id": "cd979a7b-97f5-488c-bff8-5aa01cc49a4b",
            "last_updated": "2023-06-16T10:03:13.129869-04:00",
            "created_at": "2023-06-15T10:38:00.787126-04:00",
            "name": "PIT",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af504f8a-f89b-4885-8e34-b2e875462cf8/?format=api"
        },
        {
            "id": "a2d2e16a-5adb-4b51-9f77-56d3b5d05144",
            "gambit_id": "e7c459c1-4f07-4281-b8a9-005510ee0ce5",
            "last_updated": "2023-06-16T10:03:13.131796-04:00",
            "created_at": "2023-06-15T10:38:00.789008-04:00",
            "name": "CHC",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af504f8a-f89b-4885-8e34-b2e875462cf8/?format=api"
        }
    ]
}