GET /api/bet_types/336b4fd2-d7e0-4e42-b24c-57f11f4eb0d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336b4fd2-d7e0-4e42-b24c-57f11f4eb0d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a9a7520-ca01-4a47-b30a-c4ce0d718cc2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:08.474643-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": "Vegas Golden Knights",
                "amount": 5968.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8f8a0da-2e41-43e4-a53e-6700641d5537",
            "gambit_id": "ea3fa505-256e-4043-9742-7f820c0e1c58",
            "last_updated": "2022-12-30T18:57:02.063513-05:00",
            "created_at": "2022-12-28T09:32:08.477098-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4fd2-d7e0-4e42-b24c-57f11f4eb0d1/?format=api"
        },
        {
            "id": "83ce9585-c005-4579-922c-f11b90ad6cd6",
            "gambit_id": "e6bdd125-e729-469a-9034-21b4f95202a5",
            "last_updated": "2022-12-30T18:57:02.062433-05:00",
            "created_at": "2022-12-28T09:32:08.475837-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4fd2-d7e0-4e42-b24c-57f11f4eb0d1/?format=api"
        }
    ]
}