GET /api/bet_types/e4339f1d-b84f-4fbb-8226-441ce5740692/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4339f1d-b84f-4fbb-8226-441ce5740692",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:51.648362-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": "STL",
                "amount": 6232.0
            },
            {
                "team": "MIL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec1be2cc-2b72-479b-b290-335dc2b56492",
            "gambit_id": "ddee87fb-53ae-482e-ac4e-c4cc87312c50",
            "last_updated": "2023-05-18T11:47:20.357256-04:00",
            "created_at": "2023-05-17T11:06:51.650384-04:00",
            "name": "STL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4339f1d-b84f-4fbb-8226-441ce5740692/?format=api"
        },
        {
            "id": "c5ab8812-09db-48a6-939f-316fdc1c6bf7",
            "gambit_id": "757a2908-aeda-4bc4-ba7a-a7437c5c91bd",
            "last_updated": "2023-05-18T11:47:20.358916-04:00",
            "created_at": "2023-05-17T11:06:51.652700-04:00",
            "name": "MIL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4339f1d-b84f-4fbb-8226-441ce5740692/?format=api"
        }
    ]
}