GET /api/bet_types/bb4b7e0d-f254-4ef8-ab51-20add8dc2b2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb4b7e0d-f254-4ef8-ab51-20add8dc2b2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c8623c4-aa2b-440b-9b9b-38c9b8113f2a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:22.944588-04: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": "MIN (S Gray)",
                "amount": 5196.0
            },
            {
                "team": "BAL (C Irvin)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cad9ee2-c1e2-43bc-a37e-b4be988e76a9",
            "gambit_id": "cd037d9b-7c83-42a6-8cb3-8d89ac0906ad",
            "last_updated": "2023-07-04T10:23:14.656753-04:00",
            "created_at": "2023-07-02T08:58:22.946548-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb4b7e0d-f254-4ef8-ab51-20add8dc2b2b/?format=api"
        },
        {
            "id": "1ef7e164-0690-40f0-a8d4-6be7ca825f0f",
            "gambit_id": "51aa2618-53af-4310-866c-c92a8b6861f6",
            "last_updated": "2023-07-04T10:23:14.659311-04:00",
            "created_at": "2023-07-02T08:58:22.948405-04:00",
            "name": "BAL (C Irvin)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb4b7e0d-f254-4ef8-ab51-20add8dc2b2b/?format=api"
        }
    ]
}