GET /api/bet_types/27ae7553-3712-48ba-b020-7397790bdd52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27ae7553-3712-48ba-b020-7397790bdd52",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea3c5d4-566f-491b-aea5-3b818d36dc56/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:03.027321-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": "TAM (Y Chirinos)",
                "amount": 6182.0
            },
            {
                "team": "NYY (J Brito)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "48ee6e76-6ddd-4d86-8471-4742c0c55dc6",
            "gambit_id": "6a5a78d4-a17c-4007-99c8-ea7e93020a02",
            "last_updated": "2023-05-06T11:52:04.027967-04:00",
            "created_at": "2023-05-05T11:47:03.029051-04:00",
            "name": "TAM (Y Chirinos)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ae7553-3712-48ba-b020-7397790bdd52/?format=api"
        },
        {
            "id": "ca8f67fa-f6d1-4f3d-92eb-da49f18b7594",
            "gambit_id": "c7b8fa5f-9a5b-47a6-b8f8-d02fe864b562",
            "last_updated": "2023-05-06T11:52:04.029344-04:00",
            "created_at": "2023-05-05T11:47:03.031068-04:00",
            "name": "NYY (J Brito)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ae7553-3712-48ba-b020-7397790bdd52/?format=api"
        }
    ]
}