GET /api/bet_types/c5d095aa-1ca0-48fe-aab2-1c17ddbcf777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5d095aa-1ca0-48fe-aab2-1c17ddbcf777",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9291852-6110-4452-928c-2640481cde89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:46:58.921903-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": "Miami Heat",
                "amount": 6308.0
            },
            {
                "team": "New York Knicks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "42ca5ae4-ee3a-472c-aa65-3b70564750b5",
            "gambit_id": "dbd00b6d-541d-4783-907f-859c8b917857",
            "last_updated": "2023-05-09T11:41:55.433018-04:00",
            "created_at": "2023-05-08T11:46:58.923800-04:00",
            "name": "Miami Heat",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d095aa-1ca0-48fe-aab2-1c17ddbcf777/?format=api"
        },
        {
            "id": "e89523a4-cd0a-47d0-b677-8849a1ca436f",
            "gambit_id": "2d384159-44c2-4b70-90b1-996e05b7c63d",
            "last_updated": "2023-05-09T11:41:55.435065-04:00",
            "created_at": "2023-05-08T11:46:58.925563-04:00",
            "name": "New York Knicks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d095aa-1ca0-48fe-aab2-1c17ddbcf777/?format=api"
        }
    ]
}