GET /api/bet_types/fafbb3bc-7d7d-4c98-babc-75ad402f21db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fafbb3bc-7d7d-4c98-babc-75ad402f21db",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dcd0ad3-a096-4279-976c-e1da2592bb54/?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": 5780.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "2abbb8b2-f0bc-4682-b066-f9d517d13f87",
            "gambit_id": "c13e37df-828f-4461-9fff-c2f2647223d2",
            "last_updated": "2022-10-27T09:27:10.517821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbb3bc-7d7d-4c98-babc-75ad402f21db/?format=api"
        },
        {
            "id": "68dab326-def2-46fc-8c20-02b0c025ccbc",
            "gambit_id": "c58386c0-a58b-49a0-a941-2abc756b3fcb",
            "last_updated": "2022-10-27T09:27:10.518888-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbb3bc-7d7d-4c98-babc-75ad402f21db/?format=api"
        }
    ]
}