GET /api/bet_types/d0fe067a-9ae9-4997-9217-92ff4eb30fe4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0fe067a-9ae9-4997-9217-92ff4eb30fe4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b8bd381-a3e1-42b4-8535-189e139a864b/?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": "Phoenix Suns",
                "amount": 5399.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "58171bc2-bc6b-4341-9b2b-52898086360d",
            "gambit_id": "bcde1a98-d405-41ff-8d25-cd82fa84bf7b",
            "last_updated": "2022-12-08T13:02:15.103248-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0fe067a-9ae9-4997-9217-92ff4eb30fe4/?format=api"
        },
        {
            "id": "8ddd90a7-1679-457e-8fa5-b2d0bb407ea1",
            "gambit_id": "535098a8-1920-4b9a-b970-19573ac38d3a",
            "last_updated": "2022-12-08T13:02:15.104229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0fe067a-9ae9-4997-9217-92ff4eb30fe4/?format=api"
        }
    ]
}