GET /api/bet_types/434ae636-09c2-4dda-9e76-91f098bd9ed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "434ae636-09c2-4dda-9e76-91f098bd9ed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6f2808a-03e0-4967-b9de-0dd0284c0929/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:32:14.276961-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": "Luke Nevin",
                "amount": 7573.0
            },
            {
                "team": "Franco Tenaglia",
                "amount": 2427.0
            }
        ],
        "expected_reward_tokens": 9390.52,
        "profit_sb": -109.48,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "217efe3c-82ae-4e03-a24e-1b5c170ffbf8",
            "gambit_id": "ea961226-5c4b-4446-8f9f-72e394cff006",
            "last_updated": "2023-04-23T18:47:13.247137-04:00",
            "created_at": "2023-04-20T15:32:14.282047-04:00",
            "name": "Luke Nevin",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434ae636-09c2-4dda-9e76-91f098bd9ed4/?format=api"
        },
        {
            "id": "d81e3afe-fa01-4c9c-8635-ab6e394acfba",
            "gambit_id": "9d7dae45-fa06-4ab0-a21c-ccd2a8bb9514",
            "last_updated": "2023-04-23T18:47:13.245256-04:00",
            "created_at": "2023-04-20T15:32:14.279407-04:00",
            "name": "Franco Tenaglia",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434ae636-09c2-4dda-9e76-91f098bd9ed4/?format=api"
        }
    ]
}