GET /api/bet_types/3bd426de-4bc6-4ce0-b9a4-914d73f59a4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bd426de-4bc6-4ce0-b9a4-914d73f59a4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6438673-0aea-4f98-931a-e480a0c5e9b2/?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": "Milwaukee Bucks",
                "amount": 8185.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1815.0
            }
        ],
        "expected_reward_tokens": 9329.1,
        "profit_sb": 329.1,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f40f929-249b-49b2-8bdb-500ffed21a77",
            "gambit_id": "db661a14-b072-427f-9fa5-0e2a83817507",
            "last_updated": "2022-11-03T09:28:55.993945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.14000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd426de-4bc6-4ce0-b9a4-914d73f59a4b/?format=api"
        },
        {
            "id": "211b78c9-09ea-4949-ad40-8e8c6e3143c5",
            "gambit_id": "0585dbd9-b879-4b26-972a-0991a676c2f9",
            "last_updated": "2022-11-03T09:28:55.994874-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "5.14000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd426de-4bc6-4ce0-b9a4-914d73f59a4b/?format=api"
        }
    ]
}