GET /api/bet_types/cadb4c0a-db31-4b70-925a-0abf9fbac998/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cadb4c0a-db31-4b70-925a-0abf9fbac998",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0ee4156-4375-47ad-a574-c3a393cb672f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-22T09:27:57.119742-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": "BOS",
                "amount": 5867.0
            },
            {
                "team": "MIN",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfa9da78-6935-46f7-8eae-fd170ba1fa76",
            "gambit_id": "d5f782bb-6ed6-434c-97d8-483067902ac1",
            "last_updated": "2023-06-23T14:48:08.234522-04:00",
            "created_at": "2023-06-22T09:27:57.121542-04:00",
            "name": "BOS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadb4c0a-db31-4b70-925a-0abf9fbac998/?format=api"
        },
        {
            "id": "abe720e3-3cab-4aa2-a8f1-42b6536dfbd3",
            "gambit_id": "ddda160f-0227-45be-b586-fc3028ba72a4",
            "last_updated": "2023-06-23T14:48:08.237028-04:00",
            "created_at": "2023-06-22T09:27:57.123422-04:00",
            "name": "MIN",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadb4c0a-db31-4b70-925a-0abf9fbac998/?format=api"
        }
    ]
}