GET /api/bet_types/83162e34-8aa0-41b7-aa2d-51df6a2aa1a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83162e34-8aa0-41b7-aa2d-51df6a2aa1a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/af97c69c-5b09-4233-b874-8ee0d3c01273/?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": "TAM (J Springs)",
                "amount": 5413.0
            },
            {
                "team": "NYY (D German)",
                "amount": 4587.0
            }
        ],
        "expected_reward_tokens": 9310.36,
        "profit_sb": 310.36,
        "profit_sb_percentage": 3.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "71a84526-52f3-428d-a99c-b977520619a3",
            "gambit_id": "d25f9140-465a-4971-a644-2b8e8a6436ef",
            "last_updated": "2022-09-03T19:02:18.536490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83162e34-8aa0-41b7-aa2d-51df6a2aa1a4/?format=api"
        },
        {
            "id": "c3a52a94-71f9-4654-9eba-ac863a96a17e",
            "gambit_id": "f3e8b286-3dc1-4fdc-9496-7ae003b88049",
            "last_updated": "2022-09-03T19:02:18.537453-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (D German)",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83162e34-8aa0-41b7-aa2d-51df6a2aa1a4/?format=api"
        }
    ]
}