GET /api/bet_types/6ed1f0b6-4d4a-471e-bba9-bbfb84dd1072/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ed1f0b6-4d4a-471e-bba9-bbfb84dd1072",
    "match": "https://api-prod.gambitprofit.com/api/matches/304118df-f8fb-4462-be36-aa54e3679bce/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:10.649912-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": "Columbus Blue Jackets",
                "amount": 6154.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b68c2833-4744-476e-a8fd-d6767b146621",
            "gambit_id": "b6d91cd9-c4e4-4cfc-9ce2-3d492d2b8eb7",
            "last_updated": "2024-01-22T12:13:21.904111-05:00",
            "created_at": "2024-01-19T09:33:10.658829-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed1f0b6-4d4a-471e-bba9-bbfb84dd1072/?format=api"
        },
        {
            "id": "56665cbb-63c3-4d82-8136-057e5ca93b9a",
            "gambit_id": "cb0d647d-ac73-494a-a165-cf2f7f507a76",
            "last_updated": "2024-01-22T12:13:21.900426-05:00",
            "created_at": "2024-01-19T09:33:10.654445-05:00",
            "name": "New Jersey Devils",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed1f0b6-4d4a-471e-bba9-bbfb84dd1072/?format=api"
        }
    ]
}