GET /api/bet_types/6aee939b-3f6a-4973-8000-c2f1a112b9e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aee939b-3f6a-4973-8000-c2f1a112b9e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1258da6-c6b7-40f8-9ecb-43bbb8ccf94a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.935972-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": "Anaheim Ducks",
                "amount": 6253.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9629.62,
        "profit_sb": 129.62,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "19e33d90-348a-413c-983a-31e3d2b017c0",
            "gambit_id": "5d3b5233-f829-476e-8727-d03ae3f33e99",
            "last_updated": "2023-01-20T10:11:58.302018-05:00",
            "created_at": "2023-01-19T09:22:05.938364-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aee939b-3f6a-4973-8000-c2f1a112b9e4/?format=api"
        },
        {
            "id": "5ce0a0eb-adc9-4c69-b1a7-974638843cc0",
            "gambit_id": "d410c4a6-e22a-41ad-bee0-b045c42d6a8e",
            "last_updated": "2023-01-20T10:11:58.300866-05:00",
            "created_at": "2023-01-19T09:22:05.937186-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.57000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aee939b-3f6a-4973-8000-c2f1a112b9e4/?format=api"
        }
    ]
}