GET /api/bet_types/74e3300f-6790-4a1e-99be-a2bf59546c07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74e3300f-6790-4a1e-99be-a2bf59546c07",
    "match": "https://api-prod.gambitprofit.com/api/matches/eea5fde9-66c1-4334-b835-f4a7a900bd9a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Arizona State",
                "amount": 5000.0
            },
            {
                "team": "Washington",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fe7c406-a95b-45f2-8516-0cd9595fe17d",
            "gambit_id": "9d5fadc7-d097-4ff9-b230-eed2d7856279",
            "last_updated": "2022-10-11T11:17:03.314124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e3300f-6790-4a1e-99be-a2bf59546c07/?format=api"
        },
        {
            "id": "549391a6-83db-4d95-ae8b-f4a93bb0117c",
            "gambit_id": "96ef9a03-8aa7-419b-bc3d-2136b6d09611",
            "last_updated": "2022-10-11T11:17:03.313158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e3300f-6790-4a1e-99be-a2bf59546c07/?format=api"
        }
    ]
}