GET /api/bet_types/b3c0c94e-268e-4ca8-927f-af0964671051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3c0c94e-268e-4ca8-927f-af0964671051",
    "match": "https://api-prod.gambitprofit.com/api/matches/3adea20b-1d1c-4db7-b1f3-e59b1a7edec1/?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": "ATL (B Elder)",
                "amount": 6809.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 3191.0
            }
        ],
        "expected_reward_tokens": 9190.08,
        "profit_sb": 190.08,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7286e8c1-5492-4d9d-ab92-59a14d05b8a2",
            "gambit_id": "e0e8fbb5-1f5f-497a-9e24-c1eb285eb639",
            "last_updated": "2022-09-22T15:17:29.984797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (B Elder)",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3c0c94e-268e-4ca8-927f-af0964671051/?format=api"
        },
        {
            "id": "608c2afb-f67d-4370-a3a8-8790815c52e1",
            "gambit_id": "9c09f863-af11-4d9c-9a38-beb5da2db72e",
            "last_updated": "2022-09-22T15:17:29.983796-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3c0c94e-268e-4ca8-927f-af0964671051/?format=api"
        }
    ]
}