GET /api/bet_types/9af11950-49aa-429d-b911-0579a68bcaaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af11950-49aa-429d-b911-0579a68bcaaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/36005f26-5a43-4155-8160-05ac0b9961af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:02.682322-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": "Columbus Blue Jackets",
                "amount": 6222.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "06642b70-50e2-4d39-a768-df604f7693fb",
            "gambit_id": "30c33d04-8ba9-4df6-b5a2-b88c56a65949",
            "last_updated": "2023-11-03T11:53:29.484831-04:00",
            "created_at": "2023-11-02T09:03:02.689750-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af11950-49aa-429d-b911-0579a68bcaaf/?format=api"
        },
        {
            "id": "ee884fc0-12e7-4bb5-9f17-02df71c282f3",
            "gambit_id": "6220e3b8-022f-457b-94f6-8361f1919acc",
            "last_updated": "2023-11-03T11:53:29.480873-04:00",
            "created_at": "2023-11-02T09:03:02.685925-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af11950-49aa-429d-b911-0579a68bcaaf/?format=api"
        }
    ]
}