GET /api/bet_types/58d6151d-7f2f-4b2e-b359-2ac5cc38c95a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58d6151d-7f2f-4b2e-b359-2ac5cc38c95a",
    "match": "https://api-prod.gambitprofit.com/api/matches/19c4257c-06ce-47c9-88b6-db6127b0950d/?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": "London Spitfire",
                "amount": 6778.0
            },
            {
                "team": "New York Excelsior",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": -349.7,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "eac393b5-f531-479e-8766-dc91523f35f0",
            "gambit_id": "7cee90cc-b5ef-47f8-bcc7-be43f16a4812",
            "last_updated": "2022-10-15T19:02:15.166385-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "London Spitfire",
            "reward": "1.35000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d6151d-7f2f-4b2e-b359-2ac5cc38c95a/?format=api"
        },
        {
            "id": "57e075d7-f1c8-493b-a95a-c136c2b6341d",
            "gambit_id": "b4433f94-7c62-4cd4-a815-3af15fdc704c",
            "last_updated": "2022-10-15T19:02:15.167466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Excelsior",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d6151d-7f2f-4b2e-b359-2ac5cc38c95a/?format=api"
        }
    ]
}