GET /api/bet_types/9f7a77b7-58a5-4d7a-aed6-1bcefb359863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f7a77b7-58a5-4d7a-aed6-1bcefb359863",
    "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Southern Miss",
                "amount": 6691.0
            },
            {
                "team": "Rice",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e575e7e-73c8-48ea-9d25-a560522a2933",
            "gambit_id": "017652bb-37ed-46ce-a65b-b65633c0a407",
            "last_updated": "2022-12-19T10:12:23.606353-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7a77b7-58a5-4d7a-aed6-1bcefb359863/?format=api"
        },
        {
            "id": "7abe9906-e0dd-4d4d-9c2e-2d9508887dc8",
            "gambit_id": "046f702f-e38b-49ce-8c3d-93065f789325",
            "last_updated": "2022-12-19T10:12:23.607741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7a77b7-58a5-4d7a-aed6-1bcefb359863/?format=api"
        }
    ]
}