GET /api/bet_types/cbcf7397-66a9-4657-a56f-16c2668e53a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbcf7397-66a9-4657-a56f-16c2668e53a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/41ac8343-ae09-46cc-8beb-8c45f946e0d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T08:08:08.087160-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": "SFO",
                "amount": 6020.0
            },
            {
                "team": "SDG",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "008db67c-a5b0-4faa-9b01-f0b821d3cf2a",
            "gambit_id": "1caa6741-f129-4038-99d6-2f3c30ec093b",
            "last_updated": "2023-06-20T10:08:19.010832-04:00",
            "created_at": "2023-06-19T08:08:08.091529-04:00",
            "name": "SFO",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbcf7397-66a9-4657-a56f-16c2668e53a1/?format=api"
        },
        {
            "id": "6d45681e-c193-4809-aebd-d3fa95d2367f",
            "gambit_id": "4d9c5eef-57a8-4d5a-87c2-15ef35d2c40f",
            "last_updated": "2023-06-20T10:08:19.008448-04:00",
            "created_at": "2023-06-19T08:08:08.089190-04:00",
            "name": "SDG",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbcf7397-66a9-4657-a56f-16c2668e53a1/?format=api"
        }
    ]
}