GET /api/bet_types/0d3a9fc4-b2a6-46e2-88f5-245477fbfdf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d3a9fc4-b2a6-46e2-88f5-245477fbfdf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3fe84f7-700f-483a-aa0b-57703f3eb9ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:12.976223-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": "NYY (C Schmidt)",
                "amount": 5627.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "62d9cc18-4614-4aab-a0e7-082e56789c0b",
            "gambit_id": "31d7d445-4c8a-4f47-8f9d-b7d59f3a692c",
            "last_updated": "2023-04-02T10:52:12.368770-04:00",
            "created_at": "2023-04-01T10:22:12.978203-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3a9fc4-b2a6-46e2-88f5-245477fbfdf6/?format=api"
        },
        {
            "id": "90543050-de27-45e2-9e1a-c8a7b6511032",
            "gambit_id": "2e6b2c6e-6c85-4e1d-985d-ff0db51fa320",
            "last_updated": "2023-04-02T10:52:12.370963-04:00",
            "created_at": "2023-04-01T10:22:12.979930-04:00",
            "name": "SFO (A Cobb)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3a9fc4-b2a6-46e2-88f5-245477fbfdf6/?format=api"
        }
    ]
}