GET /api/bet_types/7cfd648a-754f-4b9a-a6d4-091e291ab056/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cfd648a-754f-4b9a-a6d4-091e291ab056",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17117ae-857a-423d-97d1-26884f54c1b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:12.043336-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": "BAL",
                "amount": 5213.0
            },
            {
                "team": "CWS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4db4ba7a-00d5-458a-bb82-24c04be126c6",
            "gambit_id": "a1f2e923-3eb2-42f6-8a77-8ea7eb133897",
            "last_updated": "2023-08-30T13:32:57.335939-04:00",
            "created_at": "2023-08-29T08:33:12.053565-04:00",
            "name": "BAL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfd648a-754f-4b9a-a6d4-091e291ab056/?format=api"
        },
        {
            "id": "b70651cb-ed38-4843-8bcb-005ce1ba708d",
            "gambit_id": "18ebd023-02fa-4534-804d-041da81b6dae",
            "last_updated": "2023-08-30T13:32:57.332473-04:00",
            "created_at": "2023-08-29T08:33:12.047973-04:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfd648a-754f-4b9a-a6d4-091e291ab056/?format=api"
        }
    ]
}