GET /api/bet_types/c1818112-9708-4ebb-abe8-078b78cd5d46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1818112-9708-4ebb-abe8-078b78cd5d46",
    "match": "https://api-prod.gambitprofit.com/api/matches/72b6c5cb-4681-4f98-a97d-c23014de19c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:57.089897-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": "Calgary Flames",
                "amount": 6399.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec428371-3370-479d-b060-486302594c14",
            "gambit_id": "c195f1a6-c766-4d4d-9122-df90e21b3692",
            "last_updated": "2023-03-08T10:17:16.391583-05:00",
            "created_at": "2023-03-07T09:41:57.092816-05:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1818112-9708-4ebb-abe8-078b78cd5d46/?format=api"
        },
        {
            "id": "ec5e2161-3936-4b8e-9376-d5d0563b00b9",
            "gambit_id": "9e80fee0-5de7-470f-b291-d36a6c8651a9",
            "last_updated": "2023-03-08T10:17:16.390081-05:00",
            "created_at": "2023-03-07T09:41:57.091534-05:00",
            "name": "Minnesota Wild",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1818112-9708-4ebb-abe8-078b78cd5d46/?format=api"
        }
    ]
}