GET /api/bet_types/ad25e13d-8e97-4639-a1c0-aa8d7a6172f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad25e13d-8e97-4639-a1c0-aa8d7a6172f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6e50ac-b075-47de-8d7f-b48b3e9e9681/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:08.424179-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": "Atlanta Falcons",
                "amount": 5317.0
            },
            {
                "team": "New York Jets",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf3cff0b-0432-4bf2-a3ad-aa84f8303372",
            "gambit_id": "4f52218b-46f5-4164-b227-3ff111641cff",
            "last_updated": "2023-12-04T21:03:10.970105-05:00",
            "created_at": "2023-11-30T10:28:08.429135-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad25e13d-8e97-4639-a1c0-aa8d7a6172f1/?format=api"
        },
        {
            "id": "6b59d1eb-c0c5-441a-8bab-e1436112bd0a",
            "gambit_id": "125b4ed4-82f6-43dd-bee1-b809c53600ad",
            "last_updated": "2023-12-04T21:03:10.973648-05:00",
            "created_at": "2023-11-30T10:28:08.433577-05:00",
            "name": "New York Jets",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad25e13d-8e97-4639-a1c0-aa8d7a6172f1/?format=api"
        }
    ]
}