GET /api/bet_types/331050aa-c6a8-4a45-880d-7dc1b02a47c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "331050aa-c6a8-4a45-880d-7dc1b02a47c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/24104002-95fc-4124-a852-64b4ec385482/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T14:03:05.805104-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": "San Diego Padres",
                "amount": 6293.0
            },
            {
                "team": "Arizona Diamondbacks",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "07e64d05-6025-4da3-b257-97094bcf631d",
            "gambit_id": "ed144aed-d239-4536-984f-f933ba6616b1",
            "last_updated": "2023-08-21T10:33:15.478274-04:00",
            "created_at": "2023-08-19T14:03:05.813444-04:00",
            "name": "San Diego Padres",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331050aa-c6a8-4a45-880d-7dc1b02a47c3/?format=api"
        },
        {
            "id": "9497d5dd-31e6-4758-9f07-67696e1dbad6",
            "gambit_id": "bbf5da1f-b133-4b2a-921b-b8c0ad8316c6",
            "last_updated": "2023-08-21T10:33:15.474520-04:00",
            "created_at": "2023-08-19T14:03:05.809350-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331050aa-c6a8-4a45-880d-7dc1b02a47c3/?format=api"
        }
    ]
}