GET /api/bet_types/6fdf8d9d-8f33-46ac-bef7-d152e33754a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fdf8d9d-8f33-46ac-bef7-d152e33754a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9112773a-eca3-4a01-93ec-19ad774f961d/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:56.521639-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": 6848.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4d25caf-4d25-45c5-a864-16ff6a21fdeb",
            "gambit_id": "468e6798-f05f-4e9a-98ff-782eb27cf792",
            "last_updated": "2022-12-25T17:57:04.637496-05:00",
            "created_at": "2022-12-23T09:06:56.523891-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fdf8d9d-8f33-46ac-bef7-d152e33754a2/?format=api"
        },
        {
            "id": "95dfa333-45bd-4435-b67f-07e53ea21b3d",
            "gambit_id": "b899cc64-6b90-41a6-8631-caf5cbd080c2",
            "last_updated": "2022-12-25T17:57:04.636251-05:00",
            "created_at": "2022-12-23T09:06:56.522770-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fdf8d9d-8f33-46ac-bef7-d152e33754a2/?format=api"
        }
    ]
}