GET /api/bet_types/512c6bc4-7ee4-4657-9a1e-65c712c7be56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "512c6bc4-7ee4-4657-9a1e-65c712c7be56",
    "match": "https://api-prod.gambitprofit.com/api/matches/de058c9f-f4b7-4eb4-b330-998a24cd5c08/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:11.046653-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": "Nashville Predators",
                "amount": 5867.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "c70420a3-4b05-4191-bf9b-d341dd689e9d",
            "gambit_id": "f4d8b122-97d7-4452-9e11-ec2d8995bd5c",
            "last_updated": "2023-03-15T13:57:06.545595-04:00",
            "created_at": "2023-03-14T09:37:11.048147-04:00",
            "name": "Nashville Predators",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512c6bc4-7ee4-4657-9a1e-65c712c7be56/?format=api"
        },
        {
            "id": "695bf44f-abb6-4731-b0ce-5fea48328b62",
            "gambit_id": "298cd17c-fb56-40e4-a1f8-0d1f9094c2c4",
            "last_updated": "2023-03-15T13:57:06.546734-04:00",
            "created_at": "2023-03-14T09:37:11.049674-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512c6bc4-7ee4-4657-9a1e-65c712c7be56/?format=api"
        }
    ]
}