GET /api/bet_types/3fec40ad-dd8d-40a3-a646-f76b1acceae1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fec40ad-dd8d-40a3-a646-f76b1acceae1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d07c871-de69-4dbd-bd18-afe058f2c2b6/?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": "MIA (S Alcantara)",
                "amount": 6434.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9200.28,
        "profit_sb": 200.28,
        "profit_sb_percentage": 2.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "316a0dd1-9f95-4752-8c80-784f7117b03e",
            "gambit_id": "72019076-71bb-41ae-b268-4613505e1e2c",
            "last_updated": "2022-09-25T21:56:59.245898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fec40ad-dd8d-40a3-a646-f76b1acceae1/?format=api"
        },
        {
            "id": "3376f0fd-c47d-42ea-adb4-bc63e9e33ae6",
            "gambit_id": "76bfc278-093a-4312-892f-10be810eee78",
            "last_updated": "2022-09-25T21:56:59.246934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fec40ad-dd8d-40a3-a646-f76b1acceae1/?format=api"
        }
    ]
}