GET /api/bet_types/dd4db982-9319-408d-8a73-24a5f9893c95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd4db982-9319-408d-8a73-24a5f9893c95",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b1f77a9-8a05-4f0e-9e3d-22e2f877b9bf/?format=api",
    "name": "Play the Odds",
    "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": "DET",
                "amount": 5205.0
            },
            {
                "team": "SEA",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "7df452a0-98da-4695-812f-8ffbf4f6022b",
            "gambit_id": "e2a9a35e-2319-4c44-9c41-d06ff5aca53d",
            "last_updated": "2022-08-31T11:57:18.839516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4db982-9319-408d-8a73-24a5f9893c95/?format=api"
        },
        {
            "id": "aca160b8-a4ef-4e7a-bde9-907dbb3432a3",
            "gambit_id": "35e35f00-5171-4ef2-8933-0c325a191fcb",
            "last_updated": "2022-08-31T11:57:18.840090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4db982-9319-408d-8a73-24a5f9893c95/?format=api"
        }
    ]
}