GET /api/bet_types/636842dc-ade5-4611-a2e6-fae153c31284/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "636842dc-ade5-4611-a2e6-fae153c31284",
    "match": "https://api-prod.gambitprofit.com/api/matches/bec9fb29-5220-47b3-9ec0-5bc65821a556/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T08:46:58.623227-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": "Sacramento Kings",
                "amount": 6173.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9653ea58-e3e5-4d5c-bfdf-3ec6a3e4ce93",
            "gambit_id": "b661b20f-ef5f-4b07-8b7c-380540b51932",
            "last_updated": "2023-02-28T12:37:06.840158-05:00",
            "created_at": "2023-02-26T08:46:58.625715-05:00",
            "name": "Sacramento Kings",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/636842dc-ade5-4611-a2e6-fae153c31284/?format=api"
        },
        {
            "id": "d6b5932f-6753-494e-aeb7-e36ed5dde010",
            "gambit_id": "858b74f6-5212-44ab-9f46-e6948d4f4f2f",
            "last_updated": "2023-02-28T12:37:06.838943-05:00",
            "created_at": "2023-02-26T08:46:58.624445-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/636842dc-ade5-4611-a2e6-fae153c31284/?format=api"
        }
    ]
}