GET /api/bet_types/19be477a-2df0-461b-8678-44744e3941bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19be477a-2df0-461b-8678-44744e3941bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/57b08a3f-814b-4aa3-bda4-a9bd15287a3d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T15:27:05.731319-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": "Austin Trout",
                "amount": 8487.0
            },
            {
                "team": "Diego Sanchez",
                "amount": 1513.0
            }
        ],
        "expected_reward_tokens": 9590.31,
        "profit_sb": 90.31,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "62b15d8b-f4f5-411a-ab49-ad17904ce2af",
            "gambit_id": "0b2e2399-1fcb-4990-96a9-fe2c1fc93fd7",
            "last_updated": "2023-02-18T09:22:10.088223-05:00",
            "created_at": "2023-02-13T15:27:05.734500-05:00",
            "name": "Austin Trout",
            "reward": "1.13000",
            "odds": "1.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19be477a-2df0-461b-8678-44744e3941bb/?format=api"
        },
        {
            "id": "e39dbecc-bef3-4204-8b40-dc20d61ab128",
            "gambit_id": "8497490d-ca23-4337-8a0d-ae6f4d31eacc",
            "last_updated": "2023-02-18T09:22:10.085924-05:00",
            "created_at": "2023-02-13T15:27:05.732968-05:00",
            "name": "Diego Sanchez",
            "reward": "6.34000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19be477a-2df0-461b-8678-44744e3941bb/?format=api"
        }
    ]
}