GET /api/bet_types/5e03e263-3579-4a2f-8ef5-b37a38db2cd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e03e263-3579-4a2f-8ef5-b37a38db2cd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cfaa6d8-1838-4390-886c-54ac00c83c18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:18.592057-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": "HOU (J Verlander)",
                "amount": 6060.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f4fecd4-c6e7-4e55-ae5b-d838777011a0",
            "gambit_id": "88ad856d-9ef1-43af-bab0-8bd181b8a289",
            "last_updated": "2023-08-29T09:08:32.316656-04:00",
            "created_at": "2023-08-27T08:13:18.596420-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e03e263-3579-4a2f-8ef5-b37a38db2cd6/?format=api"
        },
        {
            "id": "08390a29-a90c-4b9a-934c-15b6ee4081d6",
            "gambit_id": "cc526686-fcc4-4813-b8c5-e6a658b96ea3",
            "last_updated": "2023-08-29T09:08:32.308686-04:00",
            "created_at": "2023-08-27T08:13:18.600264-04:00",
            "name": "DET (A Faedo)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e03e263-3579-4a2f-8ef5-b37a38db2cd6/?format=api"
        }
    ]
}