GET /api/bet_types/47ecd227-6744-422c-b3b2-75210337364e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47ecd227-6744-422c-b3b2-75210337364e",
    "match": "https://api-prod.gambitprofit.com/api/matches/449e7dbd-1845-4dde-a28a-324eea189616/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:23.114865-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": 5117.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e9e768c-32da-41ee-8c35-42bdcbb81e81",
            "gambit_id": "9c35ac23-ee0a-4507-8b8b-4ff683312560",
            "last_updated": "2023-08-18T10:18:05.285428-04:00",
            "created_at": "2023-08-16T10:23:23.133051-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ecd227-6744-422c-b3b2-75210337364e/?format=api"
        },
        {
            "id": "35da11cb-ddf8-42de-8991-529f5b2a8a37",
            "gambit_id": "e608e474-f935-4de3-9b69-03fa52fbc052",
            "last_updated": "2023-08-18T10:18:05.290193-04:00",
            "created_at": "2023-08-16T10:23:23.137396-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ecd227-6744-422c-b3b2-75210337364e/?format=api"
        }
    ]
}