GET /api/bet_types/542c1bfd-fac3-487a-8766-1869f535c9df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "542c1bfd-fac3-487a-8766-1869f535c9df",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd0bb36-5516-46ff-bfff-1e21a2dd39ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T11:57:12.347151-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": "Vegas Golden Knights",
                "amount": 5599.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "3843bfae-32ea-4449-9eb2-5bcb6fa19947",
            "gambit_id": "aa7917d0-b5e5-4a2e-ac5f-e52a0e7d6a87",
            "last_updated": "2023-04-05T22:47:06.397600-04:00",
            "created_at": "2023-04-04T11:57:12.349556-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c1bfd-fac3-487a-8766-1869f535c9df/?format=api"
        },
        {
            "id": "9e6723bd-196d-41ef-bf66-c337851e9e07",
            "gambit_id": "f28d9978-af24-4ed6-859d-850199521957",
            "last_updated": "2023-04-05T22:47:06.395885-04:00",
            "created_at": "2023-04-04T11:57:12.348334-04:00",
            "name": "Nashville Predators",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c1bfd-fac3-487a-8766-1869f535c9df/?format=api"
        }
    ]
}