GET /api/bet_types/c5b2a174-6a42-43e4-a426-87865dbd6693/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5b2a174-6a42-43e4-a426-87865dbd6693",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0ee31bc-fe5b-413c-b731-f543d96e5032/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T11:41:55.065706-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": "Buffalo Sabres",
                "amount": 5521.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cab972e-1849-436e-8c12-4b365fc84836",
            "gambit_id": "f7c9fb9b-5e22-464c-b267-31402af9968f",
            "last_updated": "2023-02-25T17:27:18.643353-05:00",
            "created_at": "2023-02-24T11:41:55.068293-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b2a174-6a42-43e4-a426-87865dbd6693/?format=api"
        },
        {
            "id": "6d147b64-2718-44d3-8e8f-97b19581fc69",
            "gambit_id": "0e82d18e-e2a7-46a0-85f5-5bfb369b96e9",
            "last_updated": "2023-02-25T17:27:18.642215-05:00",
            "created_at": "2023-02-24T11:41:55.066960-05:00",
            "name": "Florida Panthers",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b2a174-6a42-43e4-a426-87865dbd6693/?format=api"
        }
    ]
}