GET /api/bet_types/73aff733-c4b1-4a95-a5c3-ee60e88ed5b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73aff733-c4b1-4a95-a5c3-ee60e88ed5b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0edaf4a5-32ea-4a7c-9b84-7ff7da6d1cba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-21T10:58:01.225210-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": "Baltimore Orioles",
                "amount": 6173.0
            },
            {
                "team": "Cleveland Guardians",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "6827c33f-86ab-4bfc-8ec4-2c96d9baf5f3",
            "gambit_id": "ef89e577-46f1-49e2-8b9c-ec8595039b63",
            "last_updated": "2023-09-23T10:18:10.518184-04:00",
            "created_at": "2023-09-21T10:58:01.243722-04:00",
            "name": "Baltimore Orioles",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73aff733-c4b1-4a95-a5c3-ee60e88ed5b1/?format=api"
        },
        {
            "id": "def29e73-27d7-4835-974d-054db3c11e6d",
            "gambit_id": "2912545e-e8a7-4ffa-a85d-b4e103cc8565",
            "last_updated": "2023-09-23T10:18:10.515014-04:00",
            "created_at": "2023-09-21T10:58:01.235038-04:00",
            "name": "Cleveland Guardians",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73aff733-c4b1-4a95-a5c3-ee60e88ed5b1/?format=api"
        }
    ]
}