GET /api/bet_types/b873f4b1-54ed-4822-8e13-f2388275c564/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b873f4b1-54ed-4822-8e13-f2388275c564",
    "match": "https://api-prod.gambitprofit.com/api/matches/2116109a-00b3-4162-a378-1443aef127ec/?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": "NYM (J DeGrom)",
                "amount": 5755.0
            },
            {
                "team": "ATL (S Strider)",
                "amount": 4245.0
            }
        ],
        "expected_reward_tokens": 9380.65,
        "profit_sb": 380.65,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "888d9e18-f2e7-48e1-943b-83ea4c2c5d0a",
            "gambit_id": "ef7092f9-cb60-49bc-a6c9-04fb7e8f2e7e",
            "last_updated": "2022-08-08T10:57:08.473682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b873f4b1-54ed-4822-8e13-f2388275c564/?format=api"
        },
        {
            "id": "63c1bc80-46f2-4789-8b89-d7c65d8220c3",
            "gambit_id": "77a19db8-c6c3-4861-b251-6e0ca4c6d625",
            "last_updated": "2022-08-08T10:57:08.474090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (S Strider)",
            "reward": "2.21000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b873f4b1-54ed-4822-8e13-f2388275c564/?format=api"
        }
    ]
}