GET /api/bet_types/bc8d4823-d01d-409f-b5ba-c9751ae12216/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc8d4823-d01d-409f-b5ba-c9751ae12216",
    "match": "https://api-prod.gambitprofit.com/api/matches/71902411-b56d-4ec8-b827-4fcb61b21f2b/?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": "Florida Atlantic",
                "amount": 5851.0
            },
            {
                "team": "North Texas",
                "amount": 4149.0
            }
        ],
        "expected_reward_tokens": 9418.23,
        "profit_sb": -81.77,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a1fc07e-5d2a-47a7-94ab-639538f5da51",
            "gambit_id": "9eb51991-d3b5-44a6-8548-846d51b797a8",
            "last_updated": "2022-10-03T09:57:22.183429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8d4823-d01d-409f-b5ba-c9751ae12216/?format=api"
        },
        {
            "id": "ea60ee1f-4278-4ebb-a3a8-36d8942f7a1a",
            "gambit_id": "327549cf-2508-4e45-8d50-46fb1fd89b8e",
            "last_updated": "2022-10-03T09:57:22.182456-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "2.27000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8d4823-d01d-409f-b5ba-c9751ae12216/?format=api"
        }
    ]
}